diff options
author | Hubert Feurstein <hubert.feurstein@contec.at> | 2009-11-17 18:08:53 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-11-24 10:04:17 +0000 |
commit | 5b642b4def8b963bb852b45c50653cd43c919f51 (patch) | |
tree | 8585663203ca0fcdc38bbf141bfcbe662b3f2953 /arch | |
parent | 12f56c6889b02453fe050268e9c676e0f8678560 (diff) | |
download | kernel-crypto-5b642b4def8b963bb852b45c50653cd43c919f51.tar.gz kernel-crypto-5b642b4def8b963bb852b45c50653cd43c919f51.tar.xz kernel-crypto-5b642b4def8b963bb852b45c50653cd43c919f51.zip |
ARM: 5789/1: ep93xx: add missing file headers
Just for the sake of consistency across the ep93xx-tree.
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-ep93xx/include/mach/clkdev.h | 4 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/include/mach/dma.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/clkdev.h b/arch/arm/mach-ep93xx/include/mach/clkdev.h index 04b37a89801..50cb991eade 100644 --- a/arch/arm/mach-ep93xx/include/mach/clkdev.h +++ b/arch/arm/mach-ep93xx/include/mach/clkdev.h @@ -1,3 +1,7 @@ +/* + * arch/arm/mach-ep93xx/include/mach/clkdev.h + */ + #ifndef __ASM_MACH_CLKDEV_H #define __ASM_MACH_CLKDEV_H diff --git a/arch/arm/mach-ep93xx/include/mach/dma.h b/arch/arm/mach-ep93xx/include/mach/dma.h index ef6bd9d1314..3a5961d3f3b 100644 --- a/arch/arm/mach-ep93xx/include/mach/dma.h +++ b/arch/arm/mach-ep93xx/include/mach/dma.h @@ -1,3 +1,7 @@ +/* + * arch/arm/mach-ep93xx/include/mach/dma.h + */ + #ifndef __ASM_ARCH_DMA_H #define __ASM_ARCH_DMA_H |