[PATCH] don't include ioctl32.h in drivers
These days ioctl32.h is only used for communication of fs/compat.c and fs/compat_ioctl.c and doesn't contain anything of interest to drivers. Remove inclusion in various drivers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
fc33a7bb9c
commit
7ff92053dd
@@ -2585,8 +2585,6 @@ static struct miscdevice mptctl_miscdev = {
|
||||
|
||||
#ifdef CONFIG_COMPAT
|
||||
|
||||
#include <linux/ioctl32.h>
|
||||
|
||||
static int
|
||||
compat_mptfwxfer_ioctl(struct file *filp, unsigned int cmd,
|
||||
unsigned long arg)
|
||||
|
Reference in New Issue
Block a user