]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} redefined
authorKim Phillips <kim.phillips@freescale.com>
Mon, 29 Oct 2012 13:34:24 +0000 (13:34 +0000)
committerTom Rini <trini@ti.com>
Sun, 4 Nov 2012 18:00:34 +0000 (11:00 -0700)
commit0d4c1c91bb2852ff6f4e46f40e72e74ec10599c5
treef64baecaa11368aa8f0553ee25dc6ee0baae315b
parenteef1cf2d5cf1cae5fb76713e912263dedf110aeb
include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} redefined

include/linux/compat.h:4:9: warning: preprocessor token __user redefined
include/linux/compiler.h:7:10: this was the original definition
include/linux/compat.h:5:9: warning: preprocessor token __iomem redefined
include/linux/compiler.h:12:10: this was the original definition

fixup __iomem, __user definitions in compat.h code appears to be placed
there as a cover up from a code import from linux when u-boot didn't yet
have a compiler.h, introduced by commit
932394ac43e2e778e664eeb6e456fecd0fae6e59 "Rewrite of NAND code based on
what is in 2.6.12 Linux kernel".

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/linux/compat.h
include/linux/mtd/mtd-abi.h