dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Javier Martinez Canillas 2010-07-20 00:56:54 -04:00 committed by Greg Kroah-Hartman
parent ba952d84e1
commit 9b8761d2e8
1 changed files with 0 additions and 2 deletions

View File

@ -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 );