From: Subhash Jadavani Date: Mon, 7 Feb 2011 14:10:40 +0000 (+0530) Subject: msm: dma: Guard for multiple file inclusion X-Git-Tag: next-20110726~85^2~1^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=db4a76e3ffeb595d5445647be32ca44c867e3bdc;p=karo-tx-linux.git 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 --- 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