Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2586ef0d authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren
Browse files

omap2/3/4: gpmc: avoid section definitions on headers



trivial patch, no functional changes.

Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b2fa3b7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,6 +110,6 @@ extern void gpmc_prefetch_reset(void);
extern int gpmc_prefetch_status(void);
extern void omap3_gpmc_save_context(void);
extern void omap3_gpmc_restore_context(void);
extern void __init gpmc_init(void);
extern void gpmc_init(void);

#endif