Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 6 Feb 2008 09:37:25 +0000 (01:37 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:06 +0000 (10:41 -0800)
commitb25b7819e51f388f8c8d7ae4679a658895dc67cc
tree8360bd9d79feab0485177825fc6b5997ab653eba
parentd99c4f6b13b3149bc83703ab1493beaeaaaf8a2d
Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c

Given that init/Makefile includes initramfs.c in the build only if
CONFIG_BLK_DEV_INITRD is defined, there seems to be no point checking for
it yet again.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/initramfs.c