Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=313b0d3d863453cb596ea42aed07f8e1a9b0a7e2
Commit:     313b0d3d863453cb596ea42aed07f8e1a9b0a7e2
Parent:     829ef1f574a979f681959fd17f9bd698e878cda4
Author:     Masakazu Mokuno <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 9 19:54:39 2007 +0900
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Mon Aug 6 15:06:03 2007 -0400

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 fs/compat_ioctl.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index 2bc1428..a6c9078 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -3161,12 +3161,9 @@ COMPATIBLE_IOCTL(SIOCSIWSENS)
 COMPATIBLE_IOCTL(SIOCGIWSENS)
 COMPATIBLE_IOCTL(SIOCSIWRANGE)
 COMPATIBLE_IOCTL(SIOCSIWPRIV)
-COMPATIBLE_IOCTL(SIOCGIWPRIV)
 COMPATIBLE_IOCTL(SIOCSIWSTATS)
-COMPATIBLE_IOCTL(SIOCGIWSTATS)
 COMPATIBLE_IOCTL(SIOCSIWAP)
 COMPATIBLE_IOCTL(SIOCGIWAP)
-COMPATIBLE_IOCTL(SIOCSIWSCAN)
 COMPATIBLE_IOCTL(SIOCSIWRATE)
 COMPATIBLE_IOCTL(SIOCGIWRATE)
 COMPATIBLE_IOCTL(SIOCSIWRTS)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to