summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/setup.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2003-04-20 00:49:38 -0700
committerChristoph Hellwig <hch@lst.de>2003-04-20 00:49:38 -0700
commit4b28bcb37986cf817cbfa38f1fd82f320df8f357 (patch)
treef7da349a71792d0443e404ea8e6e591cb311a918 /arch/m68k/kernel/setup.c
parent835f446af6cb61e3bf3fec5194da9d9a8b1403e4 (diff)
[PATCH] initrd.h
split the initrd stuff out of blk.h, it's only needed in the boot code and the ramdisk driver.
Diffstat (limited to 'arch/m68k/kernel/setup.c')
-rw-r--r--arch/m68k/kernel/setup.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/m68k/kernel/setup.c b/arch/m68k/kernel/setup.c
index c8f2f7211eb5..349ffcc96dce 100644
--- a/arch/m68k/kernel/setup.c
+++ b/arch/m68k/kernel/setup.c
@@ -23,6 +23,7 @@
#include <linux/bootmem.h>
#include <linux/seq_file.h>
#include <linux/module.h>
+#include <linux/initrd.h>
#include <asm/bootinfo.h>
#include <asm/setup.h>
@@ -41,10 +42,6 @@
extern void sun_serial_setup(void);
#endif
-#ifdef CONFIG_BLK_DEV_INITRD
-#include <linux/blk.h>
-#endif
-
unsigned long m68k_machtype;
unsigned long m68k_cputype;
unsigned long m68k_fputype;