diff options
author | Hubert Feurstein <hubert.feurstein@contec.at> | 2009-11-17 17:08:53 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-11-24 10:04:17 (GMT) |
commit | 5b642b4def8b963bb852b45c50653cd43c919f51 (patch) | |
tree | 8585663203ca0fcdc38bbf141bfcbe662b3f2953 /arch/arm/mach-ep93xx/include | |
parent | 12f56c6889b02453fe050268e9c676e0f8678560 (diff) | |
download | linux-5b642b4def8b963bb852b45c50653cd43c919f51.tar.xz |
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/arm/mach-ep93xx/include')
-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 04b37a8..50cb991 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 ef6bd9d..3a5961d 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 |