diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2005-11-09 00:39:19 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:36 -0500 |
| commit | c7f82d9c49e763f40f7ea7126a2c9f067bfde71f (patch) | |
| tree | 794bd9dc020f29555c5ab11c18f4b843174794f5 /include/linux | |
| parent | 01a16fae8e0e99a5abdd1c6c9a2b67e7e6167c18 (diff) | |
[PATCH] fbdev: move ioctl32 code to fbmem.c
The frame buffer layer already had some code dealing with compat ioctls, this
patch moves over the remaining code from fs/compat_ioctl.c
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat_ioctl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index 4c63c2963019..2209ad3499a3 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h | |||
| @@ -56,13 +56,6 @@ ULONG_IOCTL(TIOCSCTTY) | |||
| 56 | COMPATIBLE_IOCTL(TIOCGPTN) | 56 | COMPATIBLE_IOCTL(TIOCGPTN) |
| 57 | COMPATIBLE_IOCTL(TIOCSPTLCK) | 57 | COMPATIBLE_IOCTL(TIOCSPTLCK) |
| 58 | COMPATIBLE_IOCTL(TIOCSERGETLSR) | 58 | COMPATIBLE_IOCTL(TIOCSERGETLSR) |
| 59 | /* Big F */ | ||
| 60 | COMPATIBLE_IOCTL(FBIOBLANK) | ||
| 61 | COMPATIBLE_IOCTL(FBIOGET_VSCREENINFO) | ||
| 62 | COMPATIBLE_IOCTL(FBIOPUT_VSCREENINFO) | ||
| 63 | COMPATIBLE_IOCTL(FBIOPAN_DISPLAY) | ||
| 64 | COMPATIBLE_IOCTL(FBIOGET_CON2FBMAP) | ||
| 65 | COMPATIBLE_IOCTL(FBIOPUT_CON2FBMAP) | ||
| 66 | /* Little f */ | 59 | /* Little f */ |
| 67 | COMPATIBLE_IOCTL(FIOCLEX) | 60 | COMPATIBLE_IOCTL(FIOCLEX) |
| 68 | COMPATIBLE_IOCTL(FIONCLEX) | 61 | COMPATIBLE_IOCTL(FIONCLEX) |
