Re: [PATCH] Fix undefined ioremap_huge_init when CONFIG_MMU is not set

2015-03-05 Thread Toshi Kani
On Fri, 2015-03-06 at 10:41 +1100, Stephen Rothwell wrote: > Hi Toshi, > > On Thu, 5 Mar 2015 08:44:06 -0700 Toshi Kani wrote: > > > > Fix a build error, undefined reference to ioremap_huge_init, when > > CONFIG_MMU is not defined on linux-next and -mm tree. > > > > lib/ioremap.o is not linked

Re: [PATCH] Fix undefined ioremap_huge_init when CONFIG_MMU is not set

2015-03-05 Thread Stephen Rothwell
Hi Toshi, On Thu, 5 Mar 2015 08:44:06 -0700 Toshi Kani wrote: > > Fix a build error, undefined reference to ioremap_huge_init, when > CONFIG_MMU is not defined on linux-next and -mm tree. > > lib/ioremap.o is not linked to the kernel when CONFIG_MMU is not > defined. > > Signed-off-by: Toshi K

[PATCH] Fix undefined ioremap_huge_init when CONFIG_MMU is not set

2015-03-05 Thread Toshi Kani
Fix a build error, undefined reference to ioremap_huge_init, when CONFIG_MMU is not defined on linux-next and -mm tree. lib/ioremap.o is not linked to the kernel when CONFIG_MMU is not defined. Signed-off-by: Toshi Kani --- include/linux/io.h |5 +++-- lib/ioremap.c |1 - 2 files c