From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: [PATCH] spi: omap-uwire: fix compilation failure Date: Thu, 26 Jun 2014 23:07:38 -0700 Message-ID: <1403849258-21779-1-git-send-email-olof@lixom.net> References: <20140620203858.GA14718@himangi-Dell> Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Olof Johansson , Himangi Saraogi , Julia Lawall To: Mark Brown Return-path: In-Reply-To: <20140620203858.GA14718@himangi-Dell> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Patch 'spi: omap-uwire: use devm_ functions' (b3f6a57506b8) introduced a build error due to a missing include file. Add it. Cc: Himangi Saraogi Cc: Julia Lawall Signed-off-by: Olof Johansson --- drivers/spi/spi-omap-uwire.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-omap-uwire.c b/drivers/spi/spi-omap-uwire.c index cbf67f9..a05359c 100644 --- a/drivers/spi/spi-omap-uwire.c +++ b/drivers/spi/spi-omap-uwire.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html