diff options
author | Christoph Hellwig <hch@lst.de> | 2006-01-10 04:52:17 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 16:01:34 (GMT) |
commit | 7ff92053ddff48d9d7908a353bd85f893944463e (patch) | |
tree | 7536ae8d96b112e87766a60e52de40df8f1f657b /drivers/char/drm/mga_ioc32.c | |
parent | fc33a7bb9c6dd8f6e4a014976200f8fdabb3a45c (diff) | |
download | linux-fsl-qoriq-7ff92053ddff48d9d7908a353bd85f893944463e.tar.xz |
[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>
Diffstat (limited to 'drivers/char/drm/mga_ioc32.c')
-rw-r--r-- | drivers/char/drm/mga_ioc32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/drm/mga_ioc32.c b/drivers/char/drm/mga_ioc32.c index 24a9d4e..54a18eb 100644 --- a/drivers/char/drm/mga_ioc32.c +++ b/drivers/char/drm/mga_ioc32.c @@ -31,7 +31,6 @@ * IN THE SOFTWARE. */ #include <linux/compat.h> -#include <linux/ioctl32.h> #include "drmP.h" #include "drm.h" |