diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-11-09 17:17:41 +0800 |
---|---|---|
committer | Ley Foon Tan <ley.foon.tan@intel.com> | 2016-12-13 17:13:17 +0800 |
commit | 863cf8da0f32a4c822cd9f7a2f47cd5204ce1ca0 (patch) | |
tree | d62c459fa0e839a993ee9ef09f6ae66155767641 /arch/nios2/kernel/setup.c | |
parent | 3c98fd266b76e04fd59d294f2fb588cc5cb4c212 (diff) | |
download | lwn-863cf8da0f32a4c822cd9f7a2f47cd5204ce1ca0.tar.gz lwn-863cf8da0f32a4c822cd9f7a2f47cd5204ce1ca0.zip |
nios2: Convert pfn_valid to static inline
When compiling with 'W=1' warnings such as the following occur all over
the place:
./include/linux/pfn.h:21:22: warning: comparison of unsigned expression
>= 0 is always true [-Wtype-limits]
which is due to ARCH_PFN_OFFSET being 0 by default
(if CONFIG_NIOS2_MEM_BASE is not changed in the Kconfig). Fix these
warnings by making pfn_valid a static inline function.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/nios2/kernel/setup.c')
0 files changed, 0 insertions, 0 deletions