[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080527161153.GE7550@damson.getinternet.no>
Date: Tue, 27 May 2008 18:11:53 +0200
From: Vegard Nossum <vegard.nossum@...il.com>
To: Dan Williams <dan.j.williams@...el.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] arm: fix header guards
From: Vegard Nossum <vegard.nossum@...il.com>
Date: Tue, 27 May 2008 17:32:10 +0200
Subject: [PATCH] arm: fix header guards
Cc: Dan Williams <dan.j.williams@...el.com>
Signed-off-by: Vegard Nossum <vegard.nossum@...il.com>
---
include/asm-arm/arch-iop13xx/dma.h | 2 +-
include/asm-arm/arch-msm/irqs.h | 1 +
include/asm-arm/arch-msm/timex.h | 1 +
3 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/include/asm-arm/arch-iop13xx/dma.h b/include/asm-arm/arch-iop13xx/dma.h
index 2e15da5..d79846f 100644
--- a/include/asm-arm/arch-iop13xx/dma.h
+++ b/include/asm-arm/arch-iop13xx/dma.h
@@ -1,3 +1,3 @@
#ifndef _IOP13XX_DMA_H
-#define _IOP13XX_DMA_H_
+#define _IOP13XX_DMA_H
#endif
diff --git a/include/asm-arm/arch-msm/irqs.h b/include/asm-arm/arch-msm/irqs.h
index 565430c..e62a108 100644
--- a/include/asm-arm/arch-msm/irqs.h
+++ b/include/asm-arm/arch-msm/irqs.h
@@ -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 */
diff --git a/include/asm-arm/arch-msm/timex.h b/include/asm-arm/arch-msm/timex.h
index 154b23f..8724487 100644
--- a/include/asm-arm/arch-msm/timex.h
+++ b/include/asm-arm/arch-msm/timex.h
@@ -14,6 +14,7 @@
*/
#ifndef __ASM_ARCH_MSM_TIMEX_H
+#define __ASM_ARCH_MSM_TIMEX_H
#define CLOCK_TICK_RATE 1000000
--
1.5.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists