commit | 7ff92053ddff48d9d7908a353bd85f893944463e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jan 09 20:52:17 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:01:34 2006 -0800 |
tree | 7536ae8d96b112e87766a60e52de40df8f1f657b | |
parent | fc33a7bb9c6dd8f6e4a014976200f8fdabb3a45c [diff] |
[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>