Skip to content

Commit

Permalink
ARM: 5789/1: ep93xx: add missing file headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hubert Feurstein authored and Russell King committed Nov 24, 2009
1 parent 12f56c6 commit 5b642b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-ep93xx/include/mach/clkdev.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* arch/arm/mach-ep93xx/include/mach/clkdev.h
*/

#ifndef __ASM_MACH_CLKDEV_H
#define __ASM_MACH_CLKDEV_H

Expand Down
4 changes: 4 additions & 0 deletions arch/arm/mach-ep93xx/include/mach/dma.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* arch/arm/mach-ep93xx/include/mach/dma.h
*/

#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H

Expand Down

0 comments on commit 5b642b4

Please sign in to comment.