From: Andrew Morton <akpm@osdl.org>

Cc: Denis Vlasenko <vda@ilport.com.ua>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/net/wireless/tiacx/ioctl.c |    3 ---
 1 files changed, 3 deletions(-)

diff -puN drivers/net/wireless/tiacx/ioctl.c~acx1xx-wireless-driver-spy_offset-went-away drivers/net/wireless/tiacx/ioctl.c
--- devel/drivers/net/wireless/tiacx/ioctl.c~acx1xx-wireless-driver-spy_offset-went-away	2005-09-07 23:09:04.000000000 -0700
+++ devel-akpm/drivers/net/wireless/tiacx/ioctl.c	2005-09-07 23:09:12.000000000 -0700
@@ -2629,9 +2629,6 @@ const struct iw_handler_def acx_ioctl_ha
 	.standard = (iw_handler *) acx_ioctl_handler,
 	.private = (iw_handler *) acx_ioctl_private_handler,
 	.private_args = (struct iw_priv_args *) acx_ioctl_private_args,
-#if WIRELESS_EXT > 15
-	.spy_offset = ((void *) (&((struct wlandevice *) NULL)->spy_data) - (void *) NULL),
-#endif /* WE > 15 */
 };
 
 #endif /* WE >= 13 */
_