summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames A Shackleford <shack@linux.com>2014-06-01 22:19:32 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 16:35:09 -0700
commit2c052d400064a589929e5059a02386421b155ff1 (patch)
treeb9cb6bedcc3ebf5153189777f4ce9611503a707b
parentb47056707ed4c73b4f320b3049228b4bc1f51ad3 (diff)
downloadop-kernel-dev-2c052d400064a589929e5059a02386421b155ff1.zip
op-kernel-dev-2c052d400064a589929e5059a02386421b155ff1.tar.gz
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>
-rw-r--r--drivers/staging/vt6655/iwctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/iwctl.h b/drivers/staging/vt6655/iwctl.h
index 4ad5e48..10564b4 100644
--- a/drivers/staging/vt6655/iwctl.h
+++ b/drivers/staging/vt6655/iwctl.h
@@ -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__
OpenPOWER on IntegriCloud