From db4a76e3ffeb595d5445647be32ca44c867e3bdc Mon Sep 17 00:00:00 2001 From: Subhash Jadavani Date: Mon, 7 Feb 2011 19:40:40 +0530 Subject: [PATCH] msm: dma: Guard for multiple file inclusion The include guard was missing the #define, leading to errors if one included dma.h twice. Signed-off-by: Subhash Jadavani Signed-off-by: David Brown --- arch/arm/mach-msm/include/mach/dma.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-msm/include/mach/dma.h b/arch/arm/mach-msm/include/mach/dma.h index 05583f569524..ece09e0b0631 100644 --- a/arch/arm/mach-msm/include/mach/dma.h +++ b/arch/arm/mach-msm/include/mach/dma.h @@ -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 #include -- 2.39.5