From: James A Shackleford Date: Mon, 2 Jun 2014 02:19:32 +0000 (-0400) Subject: staging: vt6655: update iwctl_private_args extern declaration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2c052d400064a589929e5059a02386421b155ff1;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/iwctl.h b/drivers/staging/vt6655/iwctl.h index 4ad5e48a025f..10564b4f6b2d 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, 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__