]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not set
authorLaurent Fasnacht <l@libres.ch>
Wed, 27 May 2015 17:50:00 +0000 (19:50 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 29 May 2015 18:23:36 +0000 (20:23 +0200)
commit556b6629c10c65cee42fa893681ffdd653d097c4
treebd983f2b8c7263cbc2b91ed6ee8e111f966486b8
parent5767b52c47488e288c6b6f94e4739e1fdfdf4e81
MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not set

initrd_start is defined in init/do_mounts_initrd.c, which is only
included in kernel if CONFIG_BLK_DEV_INITRD=y.

Signed-off-by: Laurent Fasnacht <l@libres.ch>
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10198/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/prom.c