Skip to content

Commit

Permalink
Staging: wlags49_h2: remove unused function prototype
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent ba952d8 commit 9b8761d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/wlags49_h2/wl_cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 9b8761d

Please sign in to comment.