[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>
This commit is contained in:
Domen Puncer
2007-07-09 09:52:03 +02:00
committed by Kumar Gala
parent c03ac582fe
commit d3e0e02804
3 changed files with 7 additions and 7 deletions

View File

@@ -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;