summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2
diff options
context:
space:
mode:
authorJavier Martinez Canillas <martinez.javier@gmail.com>2010-07-20 00:56:54 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 14:44:59 -0700
commit9b8761d2e8a32f3457945a66d5bd8606abbc0e34 (patch)
tree93632f1e726748f652a9d72fdf3dd2196643fc1d /drivers/staging/wlags49_h2
parentba952d84e1d45df80e125d4abc64f3b778ae6dd7 (diff)
downloadop-kernel-dev-9b8761d2e8a32f3457945a66d5bd8606abbc0e34.zip
op-kernel-dev-9b8761d2e8a32f3457945a66d5bd8606abbc0e34.tar.gz
Staging: wlags49_h2: remove unused function prototype
With today linux-next I got a compile error in staging/wlags49_h2 driver due an unused function prototype that use a data type (event_callback_args_t) that doesn't exist anymore in the pcmcia code. Current patch solves the issue removing the function prototype. Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlags49_h2')
-rw-r--r--drivers/staging/wlags49_h2/wl_cs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wlags49_h2/wl_cs.h b/drivers/staging/wlags49_h2/wl_cs.h
index a9b8828..21f17be 100644
--- a/drivers/staging/wlags49_h2/wl_cs.h
+++ b/drivers/staging/wlags49_h2/wl_cs.h
@@ -72,8 +72,6 @@ void wl_adapter_insert(struct pcmcia_device *link);
void wl_adapter_release(struct pcmcia_device *link);
-int wl_adapter_event(event_t event, int priority, event_callback_args_t *args );
-
int wl_adapter_init_module( void );
void wl_adapter_cleanup_module( void );
OpenPOWER on IntegriCloud