You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
linux/blkpg.h needs <linux/compiler.h> for __user
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
*
|
*
|
||||||
* For today, only the partition stuff - aeb, 990515
|
* For today, only the partition stuff - aeb, 990515
|
||||||
*/
|
*/
|
||||||
|
#include <linux/compiler.h>
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
|
|
||||||
#define BLKPG _IO(0x12,105)
|
#define BLKPG _IO(0x12,105)
|
||||||
|
|||||||
Reference in New Issue
Block a user