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>
This commit is contained in:
committed by
Tom Rini
parent
063ec38a75
commit
8b923a56dc
@@ -11,10 +11,9 @@
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#include <linux/compiler.h>
|
||||
#include <asm/blackfin.h>
|
||||
|
||||
#define __iomem
|
||||
|
||||
static inline void sync(void)
|
||||
{
|
||||
SSYNC();
|
||||
|
||||
Reference in New Issue
Block a user