[ARM] Anubis: Fix sparse warnings for items that should be static
commit019dbaa11db56d8e5d868e02421ff236a054c0d8
authorBen Dooks <ben@simtec.co.uk>
Fri, 17 Apr 2009 11:36:46 +0000 (17 12:36 +0100)
committerBen Dooks <ben-linux@fluff.org>
Fri, 17 Apr 2009 11:42:24 +0000 (17 12:42 +0100)
tree6c825bea9b6e28b6f996d8a038a26d515f7e5bfd
parent59c1ab60909ffacbf978ac72e4bb1d40d79f1465
[ARM] Anubis: Fix sparse warnings for items that should be static

Make 'anubis_ide_platdata' statis as it is not used outside
the file it is in, fixing the following sparse warning:

mach-anubis.c:246:27: warning: symbol 'anubis_ide_platdata' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2440/mach-anubis.c