From: Javier Martinez Canillas Date: Tue, 20 Jul 2010 04:56:54 +0000 (-0400) Subject: Staging: wlags49_h2: remove unused function prototype X-Git-Tag: v2.6.36-rc1~520^2~1^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8761d2e8a32f3457945a66d5bd8606abbc0e34;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed