]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sh64: fix dma_cache_sync() compilation
authorAdrian Bunk <bunk@kernel.org>
Wed, 24 Oct 2007 07:35:26 +0000 (16:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 30 Oct 2007 04:09:01 +0000 (13:09 +0900)
commit6dc8087ca5116f25cdc36a16fdfb18a10824952e
treee93c8acc73279077450d22a099def0e03da083d0
parentcbd627a44928ba20b5c22b21b8ce2be27733a9d7
sh64: fix dma_cache_sync() compilation

This patch fixes the following compile error caused by
commit 622a9edd919de98ef59571ae6c40c7458244e3f2:

<--  snip  -->

...
  CC      init/main.o
In file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/dma-mapping.h:52,
                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/dmaengine.h:29,
                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/skbuff.h:29,
                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/netlink.h:155,
                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/genetlink.h:4,
                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/net/genetlink.h:4,
                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/taskstats_kern.h:12,
                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/init/main.c:46:
include2/asm/dma-mapping.h: In function 'dma_cache_sync':
include2/asm/dma-mapping.h:46: error: invalid operands to binary & (have 'void *' and 'int')
make[2]: *** [init/main.o] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh64/dma-mapping.h