Commit e4fde76b authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging: olpc_dcon: Remove unnecessary externs

Using 'extern' is not necessary for function prototypes.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f7f2c183
......@@ -98,7 +98,7 @@ struct dcon_platform_data {
#include <linux/interrupt.h>
extern irqreturn_t dcon_interrupt(int irq, void *id);
irqreturn_t dcon_interrupt(int irq, void *id);
#ifdef CONFIG_FB_OLPC_DCON_1
extern struct dcon_platform_data dcon_pdata_xo_1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment