staging: vt6655: update iwctl_private_args extern declaration

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>
This commit is contained in:
James A Shackleford 2014-06-01 22:19:32 -04:00 committed by Greg Kroah-Hartman
parent b47056707e
commit 2c052d4000

View 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__