Files
linux/arch/mips/mm
Paul Burton 2aa7687c3c MIPS: Include linux/initrd.h for free_initrd_mem()
arch/mips/mm/init.c provides our implementation of free_initrd_mem(),
but doesn't include the linux/initrd.h header which declares them. This
leads to a warning from sparse:

  arch/mips/mm/init.c:501:6: warning: symbol 'free_initrd_mem' was not
    declared. Should it be static?

Fix this by including linux/initrd.h to get the declaration of
free_initrd_mem().

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17172/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2017-08-29 15:21:54 +02:00
..
2017-06-28 12:22:39 +02:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2017-02-02 15:06:26 +00:00
2017-02-02 15:06:26 +00:00
2014-11-24 07:44:49 +01:00
2017-08-29 15:21:51 +02:00
2017-06-28 12:22:39 +02:00