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:
cd469e0
)
linux/blkpg.h needs <linux/compiler.h> for __user
author
David Woodhouse
<dwmw2@infradead.org>
Thu, 27 Apr 2006 15:46:56 +0000
(16:46 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Thu, 27 Apr 2006 15:46:56 +0000
(16:46 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/blkpg.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/blkpg.h
b/include/linux/blkpg.h
index be5d0f4ad24cbc8496ae42a281c82cdf5a162553..faf8a45af210053c535537c85cb25b1af228c7e0 100644
(file)
--- a/
include/linux/blkpg.h
+++ b/
include/linux/blkpg.h
@@
-24,6
+24,7
@@
*
* For today, only the partition stuff - aeb, 990515
*/
+#include <linux/compiler.h>
#include <linux/ioctl.h>
#define BLKPG _IO(0x12,105)