• Russell King's avatar
    [PATCH] Don't #ifdef prototypes · b2a5082d
    Russell King authored
    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
    b2a5082d
sysctl.c 45.3 KB