]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
include/linux/unaligned/generic.h: fix warning: preprocessor token __force redefined
authorKim Phillips <kim.phillips@freescale.com>
Mon, 29 Oct 2012 13:34:25 +0000 (13:34 +0000)
committerTom Rini <trini@ti.com>
Sun, 4 Nov 2012 18:00:34 +0000 (11:00 -0700)
commit25b26ec69fb5390ce08601189d8848fcef91b97c
treef308d425ee4a7b8682f59e062175c259a7bcde00
parent0d4c1c91bb2852ff6f4e46f40e72e74ec10599c5
include/linux/unaligned/generic.h: fix warning: preprocessor token __force redefined

include/linux/unaligned/generic.h:5:9: warning: preprocessor token __force redefined
include/linux/compiler.h:10:10: this was the original definition

fixup __force 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
b1b4e89a0f3b75854c39a62cae41bad56d210adf "Add LZO decompressor support".

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/linux/unaligned/generic.h