Skip to content

Commit

Permalink
[ARM] fix header guards
Browse files Browse the repository at this point in the history
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Vegard Nossum authored and Russell King committed Jul 3, 2008
1 parent 6ccc3fc commit 3c093f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-iop13xx/dma.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef _IOP13XX_DMA_H
#define _IOP13XX_DMA_H_
#define _IOP13XX_DMA_H
#endif
1 change: 1 addition & 0 deletions include/asm-arm/arch-msm/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#ifndef __ASM_ARCH_MSM_IRQS_H
#define __ASM_ARCH_MSM_IRQS_H

/* MSM ARM11 Interrupt Numbers */
/* See 80-VE113-1 A, pp219-221 */
Expand Down
1 change: 1 addition & 0 deletions include/asm-arm/arch-msm/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/

#ifndef __ASM_ARCH_MSM_TIMEX_H
#define __ASM_ARCH_MSM_TIMEX_H

#define CLOCK_TICK_RATE 1000000

Expand Down

0 comments on commit 3c093f9

Please sign in to comment.