Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52cbbd41 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Russell King
Browse files

ARM: includecheck fix: mach-omap1/mcbsp.c



fix the following 'make includecheck' warning:

  arch/arm/mach-omap1/mcbsp.c: mach/irqs.h is included more than once.

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: default avatarEduardo Valentin <eduardo.valentin@nokia.com>
Acked-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7a33aed8
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,6 @@


#include <mach/irqs.h>
#include <mach/irqs.h>
#include <mach/dma.h>
#include <mach/dma.h>
#include <mach/irqs.h>
#include <mach/mux.h>
#include <mach/mux.h>
#include <mach/cpu.h>
#include <mach/cpu.h>
#include <mach/mcbsp.h>
#include <mach/mcbsp.h>