Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: olpc_dcon: Remove unnecessary externs

Using 'extern' is not necessary for function prototypes.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Joe Perches and committed by
Greg Kroah-Hartman
e4fde76b f7f2c183

+1 -1
+1 -1
drivers/staging/olpc_dcon/olpc_dcon.h
··· 98 98 99 99 #include <linux/interrupt.h> 100 100 101 - extern irqreturn_t dcon_interrupt(int irq, void *id); 101 + irqreturn_t dcon_interrupt(int irq, void *id); 102 102 103 103 #ifdef CONFIG_FB_OLPC_DCON_1 104 104 extern struct dcon_platform_data dcon_pdata_xo_1;