From patchwork Mon Aug 26 13:54:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Murphy X-Patchwork-Id: 269893 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id BD7162C00AA for ; Mon, 26 Aug 2013 23:56:02 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 26B414A08A; Mon, 26 Aug 2013 15:55:58 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HDYOLzFIRydB; Mon, 26 Aug 2013 15:55:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6BE5D4A05E; Mon, 26 Aug 2013 15:55:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 85E064A066 for ; Mon, 26 Aug 2013 15:55:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TOTDwG393Q7k for ; Mon, 26 Aug 2013 15:55:16 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by theia.denx.de (Postfix) with ESMTPS id 5ED4F4A062 for ; Mon, 26 Aug 2013 15:55:06 +0200 (CEST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r7QDt0iW011941; Mon, 26 Aug 2013 08:55:00 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r7QDt0mi010668; Mon, 26 Aug 2013 08:55:00 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.2.342.3; Mon, 26 Aug 2013 08:54:59 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id r7QDt01Y025466; Mon, 26 Aug 2013 08:55:00 -0500 Received: from localhost (h0-139.vpn.ti.com [172.24.0.139]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id r7QDsxt14556; Mon, 26 Aug 2013 08:54:59 -0500 (CDT) From: Dan Murphy To: , , Date: Mon, 26 Aug 2013 08:54:51 -0500 Message-ID: <1377525293-31508-4-git-send-email-dmurphy@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1377525293-31508-1-git-send-email-dmurphy@ti.com> References: <1377525293-31508-1-git-send-email-dmurphy@ti.com> MIME-Version: 1.0 Cc: Dan@theia.denx.de, gautam.vivek@samsung.com, rogerq@ti.com Subject: [U-Boot] [PATCH 3/5] USB: xHCI: Add header for readl/writel functions X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Add the asm/io.h header to resolve implicit declaration of readl/writel Signed-off-by: Dan Murphy --- drivers/usb/host/xhci.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 467afe0..91935f0 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -27,6 +27,8 @@ #ifndef HOST_XHCI_H_ #define HOST_XHCI_H_ +#include + #include #include