diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-19 10:26:54 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-19 10:26:54 +0900 |
commit | 219c8c866ceee3dbfeb1194ce06e9c729f1d379c (patch) | |
tree | 618b6761caa3316b535ad458d9dff3ee3bc4d86c /arch/arm/include | |
parent | b6fd41e29dea9c6753b1843a77e50433e6123bcb (diff) | |
parent | 51ddf31da16b1ab9da861eafedad6d263faf4388 (diff) | |
download | op-kernel-dev-219c8c866ceee3dbfeb1194ce06e9c729f1d379c.zip op-kernel-dev-219c8c866ceee3dbfeb1194ce06e9c729f1d379c.tar.gz |
Merge branch 'samsung_dma' of git://git.infradead.org/users/vkoul/slave-dma into next/topic-dma-samsung
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/hardware/pl080.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hardware/pl080.h b/arch/arm/include/asm/hardware/pl080.h index e4a04e4..33c78d7 100644 --- a/arch/arm/include/asm/hardware/pl080.h +++ b/arch/arm/include/asm/hardware/pl080.h @@ -21,6 +21,9 @@ * OneNAND features. */ +#ifndef ASM_PL080_H +#define ASM_PL080_H + #define PL080_INT_STATUS (0x00) #define PL080_TC_STATUS (0x04) #define PL080_TC_CLEAR (0x08) @@ -138,3 +141,4 @@ struct pl080s_lli { u32 control1; }; +#endif /* ASM_PL080_H */ |