Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752626AbaF0GFh (ORCPT ); Fri, 27 Jun 2014 02:05:37 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:34413 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052AbaF0GFg (ORCPT ); Fri, 27 Jun 2014 02:05:36 -0400 From: Olof Johansson To: Mark Brown Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Olof Johansson , Himangi Saraogi , Julia Lawall 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> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <20140620203858.GA14718@himangi-Dell> References: <20140620203858.GA14718@himangi-Dell> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/