Re: [PATCH] sh: Fix build error caused by missing dependencies

2014-09-02 Thread Geert Uytterhoeven
Hi Pranith, On Tue, Sep 2, 2014 at 4:39 PM, Pranith Kumar wrote: > Fix a sh4-randconfig build failure which has the following splat: > > arch/sh/mm/cache-sh4.c:99:17: error: 'cached_to_uncached' undeclared (first > use in this function) > arch/sh/mm/cache-sh4.c:192:2: error: implicit

[PATCH] sh: Fix build error caused by missing dependencies

2014-09-02 Thread Pranith Kumar
Fix a sh4-randconfig build failure which has the following splat: arch/sh/mm/cache-sh4.c:99:17: error: 'cached_to_uncached' undeclared (first use in this function) arch/sh/mm/cache-sh4.c:192:2: error: implicit declaration of function 'cpu_context' [-Werror=implicit-function-declaration] These

[PATCH] sh: Fix build error caused by missing dependencies

2014-09-02 Thread Pranith Kumar
Fix a sh4-randconfig build failure which has the following splat: arch/sh/mm/cache-sh4.c:99:17: error: 'cached_to_uncached' undeclared (first use in this function) arch/sh/mm/cache-sh4.c:192:2: error: implicit declaration of function 'cpu_context' [-Werror=implicit-function-declaration] These

Re: [PATCH] sh: Fix build error caused by missing dependencies

2014-09-02 Thread Geert Uytterhoeven
Hi Pranith, On Tue, Sep 2, 2014 at 4:39 PM, Pranith Kumar bobby.pr...@gmail.com wrote: Fix a sh4-randconfig build failure which has the following splat: arch/sh/mm/cache-sh4.c:99:17: error: 'cached_to_uncached' undeclared (first use in this function) arch/sh/mm/cache-sh4.c:192:2: error: