From patchwork Fri Jan 30 21:25:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Turquette X-Patchwork-Id: 5752811 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F3FE89F302 for ; Fri, 30 Jan 2015 21:25:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 481D420274 for ; Fri, 30 Jan 2015 21:25:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 73DC5202B4 for ; Fri, 30 Jan 2015 21:25:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763179AbbA3VZn (ORCPT ); Fri, 30 Jan 2015 16:25:43 -0500 Received: from mail-ie0-f177.google.com ([209.85.223.177]:46416 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763160AbbA3VZm (ORCPT ); Fri, 30 Jan 2015 16:25:42 -0500 Received: by mail-ie0-f177.google.com with SMTP id vy18so6287161iec.8 for ; Fri, 30 Jan 2015 13:25:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=30ZLJo2uiEDiJUZgKCDyC0OoOxWLODQcgt9HEPKwycI=; b=X9rOdmNXo0iVAw8IIofqr9os04IT3/iFvXTAOpxPEbEvEBNuVC5NXPeji248PwJCsa fOp4l2tlhcU5bQvIWAtqWbP3viYfh+jxlLT6YaF4YilT1UouCI90VgHqZjiOl+95y9SG /BNWfiXcw47F6PjhSf+mmheYUKv8RCo32E78TWK9RbfiSjQyw1yTE6PwRlUEb3wGiFMa j0Z8+Hp7nL+ZkLtoGVYXeEYhrfJH6lZFZwlA7+Wd1CWgz/Ty7BGIILuJ0C5u+m9lVDIA 5d9Ge++6QwIJsL0U6ej1l74tqaf4seRC/ez65G9oa6SuyhnxPvKZvDB8VY8ZkBEXqXlD 5jIw== X-Gm-Message-State: ALoCoQkKn2iGbydfS4jLqTv/TESM9ZGwRgJl//0esm9Kk+bUFZtyWl3epZKSq75ql6mmWS/kxq8P X-Received: by 10.50.117.68 with SMTP id kc4mr967727igb.25.1422653141433; Fri, 30 Jan 2015 13:25:41 -0800 (PST) Received: from quantum.home (pool-71-119-96-202.lsanca.fios.verizon.net. [71.119.96.202]) by mx.google.com with ESMTPSA id n4sm1779924igr.3.2015.01.30.13.25.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 30 Jan 2015 13:25:40 -0800 (PST) From: Michael Turquette To: linux-kernel@vger.kernel.org Cc: Stephen Boyd , Michael Turquette , Tanmay Inamdar , linux-pci@vger.kernel.org Subject: [PATCH 2/3] pci: xgene: do not use clk-private.h Date: Fri, 30 Jan 2015 13:25:12 -0800 Message-Id: <1422653113-32688-3-git-send-email-mturquette@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1422653113-32688-1-git-send-email-mturquette@linaro.org> References: <1422653113-32688-1-git-send-email-mturquette@linaro.org> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The X-Gene PCIe driver consumes clocks and does not provide them. Replace usage of clk-private.h with clk.h. Cc: Tanmay Inamdar Signed-off-by: Michael Turquette --- Cc: linux-pci@vger.kernel.org drivers/pci/host/pci-xgene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/host/pci-xgene.c b/drivers/pci/host/pci-xgene.c index b1d0596..fdb348d 100644 --- a/drivers/pci/host/pci-xgene.c +++ b/drivers/pci/host/pci-xgene.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * */ -#include +#include #include #include #include