projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca4c92
)
dm raid: tidy includes
author
Alasdair G Kergon
<agk@redhat.com>
Tue, 2 Aug 2011 11:32:03 +0000
(12:32 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Tue, 2 Aug 2011 11:32:03 +0000
(12:32 +0100)
A dm target only needs to use include/linux dm headers.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-raid.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/dm-raid.c
b/drivers/md/dm-raid.c
index efa960ff5ba4bea8533b08258e2edfe9ec0b40ba..d4e95b2e39f60b05d64d4d5ccc2685f0cb6dd1ae 100644
(file)
--- a/
drivers/md/dm-raid.c
+++ b/
drivers/md/dm-raid.c
@@
-9,9
+9,10
@@
#include "md.h"
#include "raid5.h"
-#include "dm.h"
#include "bitmap.h"
+#include <linux/device-mapper.h>
+
#define DM_MSG_PREFIX "raid"
/*