diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-10-30 17:26:23 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2020-12-07 02:37:58 +0300 |
commit | a734bbf694270dca8594a5c33375867dc31503f5 (patch) | |
tree | db7d21e1d0c736285ab003be58eac91f942b5011 /arch/m68k/68000/m68328.c | |
parent | 670d39657ca355615428d176e9de4e69bfb3cf9b (diff) | |
download | linux-a734bbf694270dca8594a5c33375867dc31503f5.tar.xz |
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.c | 3 |
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); /***************************************************************************/ |