From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 22 Jan 2013 10:25:50 -0800 Subject: [PATCH] arm: omap: Fix build break in drm.c In-Reply-To: <1358843328-8178-1-git-send-email-archit@ti.com> References: <1358843328-8178-1-git-send-email-archit@ti.com> Message-ID: <20130122182549.GL15361@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Archit Taneja [130122 00:32]: > Building omapdrm leads to a build break because of a missing include needed > for the macro GET_OMAP_REVISION(). Add the missing inlclude. Thanks I already have a similar patch from Rob queued up. Tony > Signed-off-by: Archit Taneja > --- > arch/arm/mach-omap2/drm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-omap2/drm.c b/arch/arm/mach-omap2/drm.c > index 4c7566c..6b1a8df 100644 > --- a/arch/arm/mach-omap2/drm.c > +++ b/arch/arm/mach-omap2/drm.c > @@ -25,6 +25,7 @@ > #include > #include > > +#include "soc.h" > #include "omap_device.h" > #include "omap_hwmod.h" > > -- > 1.7.9.5 >