Commit 0c6a9cbd authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Fix compilation of 32bit ioctl emulation on x86-64

The NCP ioctls are declared unconditionally in compat_ioctl now, which needs this
include to still compile on x86-64.
parent 9735860f
......@@ -64,6 +64,7 @@
#include <linux/dirent.h>
#include <linux/ctype.h>
#include <linux/ioctl32.h>
#include <linux/ncp_fs.h>
#include <net/sock.h> /* siocdevprivate_ioctl */
#include <net/bluetooth/bluetooth.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment