summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/52xx/lite5200.c
diff options
context:
space:
mode:
authorDomen Puncer <domen.puncer@telargo.com>2007-07-09 07:52:03 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2007-07-10 05:33:01 (GMT)
commitd3e0e02804a5f48432a87b839b469e66d1a84f1c (patch)
treef7641b32baf06ea761e69b546f2b8e2064651ecc /arch/powerpc/platforms/52xx/lite5200.c
parentc03ac582feb1c80ddd5c73e6892d79686340e551 (diff)
downloadlinux-fsl-qoriq-d3e0e02804a5f48432a87b839b469e66d1a84f1c.tar.xz
[POWERPC] 52xx: sparse fixes
sparse caught these static functions / __iomem annotations under arch/powerpc/platform/52xx/ Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/52xx/lite5200.c')
-rw-r--r--arch/powerpc/platforms/52xx/lite5200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/lite5200.c b/arch/powerpc/platforms/52xx/lite5200.c
index 1cfc00d..5c46e89 100644
--- a/arch/powerpc/platforms/52xx/lite5200.c
+++ b/arch/powerpc/platforms/52xx/lite5200.c
@@ -156,7 +156,7 @@ static void __init lite5200_setup_arch(void)
}
-void lite5200_show_cpuinfo(struct seq_file *m)
+static void lite5200_show_cpuinfo(struct seq_file *m)
{
struct device_node* np = of_find_all_nodes(NULL);
const char *model = NULL;