]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: vt6655: update iwctl_private_args extern declaration
authorJames A Shackleford <shack@linux.com>
Mon, 2 Jun 2014 02:19:32 +0000 (22:19 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 23:35:09 +0000 (16:35 -0700)
Update declaration of iwctl_private_args to match definition in iwctl.c

Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/iwctl.h

index 4ad5e48a025fc461b5a6b874d5bea03bc6c35a1a..10564b4f6b2d679cc50b6fb63d62e98cbd05b82d 100644 (file)
@@ -211,6 +211,6 @@ int iwctl_siwmlme(struct net_device *dev,
 //End Add -- //2008-0409-07, <Add> by Einsn Liu
 
 extern const struct iw_handler_def     iwctl_handler_def;
-extern const struct iw_priv_args       iwctl_private_args;
+extern struct iw_priv_args       iwctl_private_args[];
 
 #endif // __IWCTL_H__