]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: Remove second definition of virt_to_phys()
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Wed, 17 Dec 2008 15:43:18 +0000 (16:43 +0100)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Wed, 17 Dec 2008 15:43:18 +0000 (16:43 +0100)
commit92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
tree39728c6a5141864d4728f83bca0f61b35bf6b28c
parentaced78d852d0b009e8aaa1445af8cb40861ee549
avr32: Remove second definition of virt_to_phys()

The second definition introduced by 65e43a1063 conflicts with the
existing one.

Also, convert the existing definition to use phys_addr_t. The volatile
qualifier is still needed due to brain damage elsewhere.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
include/asm-avr32/io.h