commit | 5c2e88525b5f1cdc72c9eefba72dae13be7e5d20 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Mon Oct 29 16:45:47 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Oct 31 15:37:13 2012 -0700 |
tree | 09d5b531c59b9039e23d933b9b266f0e10d73910 | |
parent | 6e740f9a85339c295af8deb5376511fcb2a268ad [diff] |
ARM: OMAP: Remove plat-omap/common.h Most of the prototypes in plat-omap/common.h are not common to omap1 and omap2+, they are local to omap2+ and should not be in plat-omap/common.h. The only shared function prototype in this file is omap_init_clocksource_32k(), let's put that into counter-32k.h. Note that the new plat/counter-32k.h must not be included from drivers, that will break omap2+ build for CONFIG_MULTIPLATFORM. Signed-off-by: Tony Lindgren <tony@atomide.com>