Message ID | 1384014842-4288-1-git-send-email-javier.martinez@collabora.co.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index 51525fa..bb2c58a 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c @@ -37,7 +37,6 @@ #include <asm/mach-types.h> #include "soc.h" -#include "common.h" #include "omap_device.h" #include "gpmc.h" #include "gpmc-nand.h"
The GPMC driver includes arch/arm/mach-omap2/common.h but it does not use anything on that header so can be removed. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> --- arch/arm/mach-omap2/gpmc.c | 1 - 1 file changed, 1 deletion(-)