Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

linux/blkpg.h needs <linux/compiler.h> for __user

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

+1
+1
include/linux/blkpg.h
··· 24 24 * 25 25 * For today, only the partition stuff - aeb, 990515 26 26 */ 27 + #include <linux/compiler.h> 27 28 #include <linux/ioctl.h> 28 29 29 30 #define BLKPG _IO(0x12,105)