summaryrefslogtreecommitdiff
path: root/arch/ppc/kernel
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/ppc/kernel
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/ppc/kernel')
-rw-r--r--arch/ppc/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/setup.c b/arch/ppc/kernel/setup.c
index e729d81d3aad..5408bc98bded 100644
--- a/arch/ppc/kernel/setup.c
+++ b/arch/ppc/kernel/setup.c
@@ -9,7 +9,7 @@
#include <linux/init.h>
#include <linux/reboot.h>
#include <linux/delay.h>
-#include <linux/blk.h>
+#include <linux/initrd.h>
#include <linux/ide.h>
#include <linux/tty.h>
#include <linux/bootmem.h>