From: Masakazu Mokuno Date: Mon, 9 Jul 2007 10:54:39 +0000 (+0900) Subject: [PATCH] remove duplicated ioctl entries in compat_ioctl.c X-Git-Tag: v2.6.23-rc3~86^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313b0d3d863453cb596ea42aed07f8e1a9b0a7e2;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed