summaryrefslogtreecommitdiff
path: root/include/linux/initrd.h
AgeCommit message (Collapse)Author
2003-09-03[PATCH] Don't #ifdef prototypesRussell King
It seems that changing CONFIG_BLK_DEV_INITRD causes the whole kernel to rebuild due to an inappropriate ifdef in linux/fs.h - we should not conditionalise prototypes. In addition, real_root_dev is only used by two files (kernel/sysctl.c and init/do_mounts_initrd.c) so it makes even less sense that it was in linux/fs.h
2003-04-29[PATCH] add an missing prototype to initrd.hChristoph Hellwig
2003-04-20[PATCH] initrd.hChristoph Hellwig
split the initrd stuff out of blk.h, it's only needed in the boot code and the ramdisk driver.