]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
msm: dma: Guard for multiple file inclusion
authorSubhash Jadavani <subhashj@codeaurora.org>
Mon, 7 Feb 2011 14:10:40 +0000 (19:40 +0530)
committerDavid Brown <davidb@codeaurora.org>
Fri, 1 Apr 2011 23:38:43 +0000 (16:38 -0700)
The include guard was missing the #define, leading to errors if one
included dma.h twice.

Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/include/mach/dma.h

index 05583f569524449ed2b61ea52ecd42544a959416..ece09e0b0631ea167fd42871b0ff68c0a9a2a24e 100644 (file)
@@ -1,6 +1,7 @@
 /* linux/include/asm-arm/arch-msm/dma.h
  *
  * Copyright (C) 2007 Google, Inc.
+ * Copyright (c) 2008-2011, Code Aurora Forum. All rights reserved.
  *
  * This software is licensed under the terms of the GNU General Public
  * License version 2, as published by the Free Software Foundation, and
@@ -14,6 +15,7 @@
  */
 
 #ifndef __ASM_ARCH_MSM_DMA_H
+#define __ASM_ARCH_MSM_DMA_H
 
 #include <linux/list.h>
 #include <mach/msm_iomap.h>