diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2007-07-09 19:54:39 +0900 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-08-06 15:06:03 -0400 |
commit | 313b0d3d863453cb596ea42aed07f8e1a9b0a7e2 (patch) | |
tree | a6167468385507aa45d6eb012b12fc9313be263e /drivers/net | |
parent | 829ef1f574a979f681959fd17f9bd698e878cda4 (diff) |
[PATCH] remove duplicated ioctl entries in compat_ioctl.c
This patch removes some duplicated wireless ioctl entries in the array
'struct ioctl_trans ioctl_start[]' of fs/compat_ioctl.c
These entries are registered twice like:
COMPATIBLE_IOCTL(SIOCGIWPRIV)
and
HANDLE_IOCTL(SIOCGIWPRIV, do_wireless_ioctl)
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions