]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
blackfin: include <linux/compiler.h> rather than define __iomem
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 26 Nov 2014 07:02:54 +0000 (16:02 +0900)
committerTom Rini <trini@ti.com>
Mon, 8 Dec 2014 14:35:46 +0000 (09:35 -0500)
commit8b923a56dc0eb9f1ce9d616ae93bd0f63857f315
tree5820a8dc89daac6008d964361bbd1cbf26c0f4c0
parent063ec38a752a79ebcecfaf47802c636f2318c7bf
blackfin: include <linux/compiler.h> rather than define __iomem

The macro __iomem is defined in include/linux/compiler.h.
Let's include it rather than double __iomem defines.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Sonic Zhang <sonic.adi@gmail.com>
arch/blackfin/include/asm/io.h
drivers/block/pata_bfin.h