aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/68000/m68328.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-10-30 15:26:23 +0100
committerGreg Ungerer <gerg@linux-m68k.org>2020-12-07 09:37:58 +1000
commita734bbf694270dca8594a5c33375867dc31503f5 (patch)
treedb7d21e1d0c736285ab003be58eac91f942b5011 /arch/m68k/68000/m68328.c
parentm68knommu: align BSS section to 4-byte boundaries (diff)
downloadlinux-dev-a734bbf694270dca8594a5c33375867dc31503f5.tar.xz
linux-dev-a734bbf694270dca8594a5c33375867dc31503f5.zip
m68k: m68328: move platform code to separate files
The dragen2 and ucsimm/ucdimm files require a bit of custom code compared to the other dragonball platforms, move them into separate files as a preparation for a build fix. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/68000/m68328.c')
-rw-r--r--arch/m68k/68000/m68328.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/m68k/68000/m68328.c b/arch/m68k/68000/m68328.c
index 419751b15ec8..6a5cfc977150 100644
--- a/arch/m68k/68000/m68328.c
+++ b/arch/m68k/68000/m68328.c
@@ -25,9 +25,10 @@
#include "bootlogo.h"
#endif
+#include "m68328.h"
+
/***************************************************************************/
-int m68328_hwclk(int set, struct rtc_time *t);
/***************************************************************************/