[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
@@ -10,7 +10,6 @@
|
||||
#include <linux/smp.h>
|
||||
#include <linux/syscalls.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/ioctl32.h>
|
||||
#include <asm/checksum.h>
|
||||
#include <asm/cpcmd.h>
|
||||
#include <asm/delay.h>
|
||||
|
Reference in New Issue
Block a user