diff options
author | Tony Lindgren <tony@atomide.com> | 2013-09-26 00:44:39 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-09-26 00:44:39 +0200 |
commit | 6a08e1e6f7fafa2fa5fb6a129c4c8d9c29f11b62 (patch) | |
tree | c844d46ce2ea61c0901683b1fe481bc8399b0829 /arch/arm/mach-omap2/common.h | |
parent | ARM: OMAP2+: Always build in board-generic (diff) | |
download | linux-6a08e1e6f7fafa2fa5fb6a129c4c8d9c29f11b62.tar.xz linux-6a08e1e6f7fafa2fa5fb6a129c4c8d9c29f11b62.zip |
ARM: OMAP2+: Add quirk support for legacy platform data init
We want to drop the board-*.c files but keep things working.
Let's make it a bit easier to support legacy platform data
init with quirks. This also keeps board-generic.c clean from
board specific hacks.
For now, the quirks table is empty, that is populated
in the later patches.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 4a5684b96492..fd059e02574d 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -288,6 +288,8 @@ static inline void omap4_cpu_resume(void) #endif +void pdata_quirks_init(void); + struct omap_sdrc_params; extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0, struct omap_sdrc_params *sdrc_cs1); |