aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorShuah Khan <shuah.khan@hp.com>2012-12-12 16:27:51 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-21 11:44:59 -0800
commite82efee857da0e3331cb57607e0a4058dafadb4b (patch)
tree62c38986ec4aa813c88ba1267f3d19afee5213b8 /firmware/Makefile
parent97765f30c49d3023a6dafe7c48c7e520fca441f8 (diff)
downloadkernel_samsung_tuna-e82efee857da0e3331cb57607e0a4058dafadb4b.zip
kernel_samsung_tuna-e82efee857da0e3331cb57607e0a4058dafadb4b.tar.gz
kernel_samsung_tuna-e82efee857da0e3331cb57607e0a4058dafadb4b.tar.bz2
powerpc: fix wii_memory_fixups() compile error on 3.0.y tree
[not upstream as the code involved was removed in the 3.3.0 release] Fix wii_memory_fixups() the following compile error on 3.0.y tree with wii_defconfig on 3.0.y tree. CC arch/powerpc/platforms/embedded6xx/wii.o arch/powerpc/platforms/embedded6xx/wii.c: In function ‘wii_memory_fixups’: arch/powerpc/platforms/embedded6xx/wii.c:88:2: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘phys_addr_t’ [-Werror=format] arch/powerpc/platforms/embedded6xx/wii.c:88:2: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘phys_addr_t’ [-Werror=format] arch/powerpc/platforms/embedded6xx/wii.c:90:2: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘phys_addr_t’ [-Werror=format] arch/powerpc/platforms/embedded6xx/wii.c:90:2: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘phys_addr_t’ [-Werror=format] cc1: all warnings being treated as errors make[2]: *** [arch/powerpc/platforms/embedded6xx/wii.o] Error 1 make[1]: *** [arch/powerpc/platforms/embedded6xx] Error 2 make: *** [arch/powerpc/platforms] Error 2 Signed-off-by: Shuah Khan <shuah.khan@hp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'firmware/Makefile')
0 files changed, 0 insertions, 0 deletions