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>
Этот коммит содержится в:
Tony Lindgren
2012-10-29 16:45:47 -07:00
родитель 6e740f9a85
Коммит 5c2e88525b
13 изменённых файлов: 6 добавлений и 51 удалений

Просмотреть файл

@@ -22,8 +22,6 @@
#include <linux/err.h>
#include <linux/io.h>
#include "../plat-omap/common.h"
#include "cm.h"
#include "cm33xx.h"
#include "cm-regbits-34xx.h"