Commit 9b8761d2 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Greg Kroah-Hartman

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: default avatarJavier Martinez Canillas <martinez.javier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ba952d84
...@@ -72,8 +72,6 @@ void wl_adapter_insert(struct pcmcia_device *link); ...@@ -72,8 +72,6 @@ void wl_adapter_insert(struct pcmcia_device *link);
void wl_adapter_release(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 ); int wl_adapter_init_module( void );
void wl_adapter_cleanup_module( void ); void wl_adapter_cleanup_module( void );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment