From patchwork Mon Jun 7 17:00:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Cameron X-Patchwork-Id: 104790 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o57H169r022120 for ; Mon, 7 Jun 2010 17:01:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752446Ab0FGRBF (ORCPT ); Mon, 7 Jun 2010 13:01:05 -0400 Received: from ppsw-30.csi.cam.ac.uk ([131.111.8.130]:47047 "EHLO ppsw-30.csi.cam.ac.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752317Ab0FGRBE (ORCPT ); Mon, 7 Jun 2010 13:01:04 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from arcturus.eng.cam.ac.uk ([129.169.154.73]:60791 helo=localhost.localdomain) by ppsw-30.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:465) with esmtpsa (LOGIN:jic23) (TLSv1:DHE-RSA-AES256-SHA:256) id 1OLfh8-0007Dv-ep (Exim 4.70) (return-path ); Mon, 07 Jun 2010 18:01:02 +0100 From: Jonathan Cameron To: linux-omap@vger.kernel.org Cc: tony@atomide.com, eballetbo@iseebcn.com, Jonathan Cameron Subject: [PATCH] omap2 usb-ehci: Add missing dma-mapping.h Date: Mon, 7 Jun 2010 18:00:41 +0100 Message-Id: <1275930041-17500-1-git-send-email-jic23@cam.ac.uk> X-Mailer: git-send-email 1.6.4.4 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 07 Jun 2010 17:01:07 +0000 (UTC) diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c index c68f799..465699f 100644 --- a/arch/arm/mach-omap2/usb-ehci.c +++ b/arch/arm/mach-omap2/usb-ehci.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include