]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: wlags49_h2: remove unused function prototype
authorJavier Martinez Canillas <martinez.javier@gmail.com>
Tue, 20 Jul 2010 04:56:54 +0000 (00:56 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jul 2010 21:44:59 +0000 (14:44 -0700)
commit9b8761d2e8a32f3457945a66d5bd8606abbc0e34
tree93632f1e726748f652a9d72fdf3dd2196643fc1d
parentba952d84e1d45df80e125d4abc64f3b778ae6dd7
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>
drivers/staging/wlags49_h2/wl_cs.h