ARM: pxa: make zylonite_pxa*_init declaration match code
authorArnd Bergmann <arnd@arndb.de>
Sat, 1 Oct 2011 20:03:37 +0000 (22:03 +0200)
committerEric Miao <eric.y.miao@gmail.com>
Sat, 8 Oct 2011 13:02:57 +0000 (21:02 +0800)
commitec13592060ed809c5d6af50f2fcc0b4cc18e3f77
treeb3a0c8b22e34fc7e5402b6a1685c7386bd95521f
parentba4a90a6d86a428c295775b46e653ab8f8e459b8
ARM: pxa: make zylonite_pxa*_init declaration match code

When support for zylonite is disabled, the zylonite_pxa300_init
and zylonite_pxa320_init functions are not there, but the declaration
is still kept around if any other boards for the same soc are
enabled. This changes the declaration to be conditional on the
same symbol as the code.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/include/mach/zylonite.h
This page took 0.03608 seconds and 5 git commands to generate.