]> git.baikalelectronics.ru Git - kernel.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)
commit9a7d174fa8c70b891158aa055f782b23b348a3c1
treebd983f2b8c7263cbc2b91ed6ee8e111f966486b8
parent5a1ad9f63138c11b88dc0755eda3cc280ff3747e
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