Rename mpc85xx.c to misc.c to match the pattern established by the
8349 port - consistency is a good thing. Also run Lindent on the
file to clean it up.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
#
# Makefile for the PowerPC 85xx linux kernel.
#
-obj-$(CONFIG_PPC_85xx) += mpc85xx.o mpc85xx_ads.o
+obj-$(CONFIG_PPC_85xx) += misc.o mpc85xx_ads.o
extern void abort(void);
-void
-mpc85xx_restart(char *cmd)
+void mpc85xx_restart(char *cmd)
{
local_irq_disable();
abort();
{
return addr;
};
+
EXPORT_SYMBOL(fixup_bigphys_addr);