From patchwork Tue Aug 9 08:06:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell King - ARM Linux X-Patchwork-Id: 1047832 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p7986ViP011669 for ; Tue, 9 Aug 2011 08:06:34 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752821Ab1HIIGe (ORCPT ); Tue, 9 Aug 2011 04:06:34 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:41917 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277Ab1HIIGd (ORCPT ); Tue, 9 Aug 2011 04:06:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=arm.linux.org.uk; s=caramon; h=Date:Sender:Message-Id:Content-Type:MIME-Version:Cc:Subject:Cc:To:From:References:In-Reply-To; bh=eUGZoSBnAHH77Lp8sy/bHt2f6kKBwA9o3+hyxfH0dbg=; b=V5K6W2ZC4s3hXPyVaoXFIuefOaahYgzEQsO3TNPscYS5pEM4mtP7+fWpuPtypHbf0p3ZUmzSqX/JA05lY2CIsx23LuP1k0qrFpYldBJH1o9OB/LKaXd+K/UTOcqyjufWlVTt27LT+LCB5rJEq6Br6vL4MA6a1iDXgLHh99lbv8o=; Received: from e0022681537dd.dyn.arm.linux.org.uk ([2002:4e20:1eda:1:222:68ff:fe15:37dd] helo=rmk-PC.arm.linux.org.uk) by caramon.arm.linux.org.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QqhKP-0000du-PK; Tue, 09 Aug 2011 09:06:22 +0100 Received: from rmk by rmk-PC.arm.linux.org.uk with local (Exim 4.76) (envelope-from ) id 1QqhKP-0003aK-9R; Tue, 09 Aug 2011 09:06:21 +0100 In-Reply-To: <20110809080411.GA1831@n2100.arm.linux.org.uk> References: <20110809080411.GA1831@n2100.arm.linux.org.uk> From: Russell King - ARM Linux To: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-sh@vger.kernel.org, linux-tegra@vger.kernel.org Cc: Grant Likely , Nicolas Pitre Subject: [PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h Cc: Grant Likely , Nicolas Pitre MIME-Version: 1.0 Content-Disposition: inline Message-Id: Date: Tue, 09 Aug 2011 09:06:21 +0100 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Tue, 09 Aug 2011 08:06:34 +0000 (UTC) Signed-off-by: Russell King --- drivers/usb/musb/davinci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 8bdf25a..f9a3f62 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include