From patchwork Thu Jun 4 21:49:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 480899 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 31E79140281 for ; Fri, 5 Jun 2015 07:49:55 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b=MptymRex; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932181AbbFDVtx (ORCPT ); Thu, 4 Jun 2015 17:49:53 -0400 Received: from mail-oi0-f54.google.com ([209.85.218.54]:36081 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932157AbbFDVtw (ORCPT ); Thu, 4 Jun 2015 17:49:52 -0400 Received: by oihb142 with SMTP id b142so40741816oih.3 for ; Thu, 04 Jun 2015 14:49:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=subject:to:from:cc:date:message-id:in-reply-to:references :user-agent:mime-version:content-type:content-transfer-encoding; bh=tHjEy5TGxeCsr0z15q5VqhgLqALZY+YAmIPgTf7ETkQ=; b=MptymRex+6c2kBv563Qc6EKvNEkIYbmCufYLzySKHaZwcPUkg5KawJBKpzEw825Rbl e2T8MPBv6hRVkzVrujTY8lDhVkcBwZuPr6vQzA0aticOJ+OBVBvMLyV2f12ADh9F2QtB fZFRficdEbgO4h0v5k9GXlTRB8JyvW3NKTAlCZegUs7xILgxozlSFnTIHJCtgWRREmu5 amrAPGg++IsiA9KRbmR/t3D6GrjQa6qVI01+iaWTQryutv5n0xMb/AfqhiNK0TiHw1XF n9sXOrrUq5KqPEp0RiQDz9pi624+eweOHoZ7bhG5MWK2coUXjmt8/Rze4cfQInqKevNC AYXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:from:cc:date:message-id:in-reply-to :references:user-agent:mime-version:content-type :content-transfer-encoding; bh=tHjEy5TGxeCsr0z15q5VqhgLqALZY+YAmIPgTf7ETkQ=; b=hnuLtdgxNzVLRSEeM7xR/xjGFH0cRJ/h3/6UEE6+QQff9ogwULo/F0Ew74GftEMljF c0+oFZ9oUXc2D5N5kf0Ps07IC3GT+RO4unNPLAbwsPJjjdn2fX6SUqwAuhmiywOuV6LA GGaMnScBqOGOQsxdSajUcYg5fkM4E9em5a5iFxiZ6IB83fpSZ5IoR7j3Detfb9HoIDM1 ri9u64/w7I/XhtRuR9aho56NPs39vgOAZ/BLN2MGAiaq/gFC+SyZRsNZpg0fyPqhU7/L Q/MMF756mNwT+g9cR50Vcx8Ro7Lz98gM1BxXe/ycg8e8C2Nq6W9xSEKeFSmEjBPQ8uJd 1HTg== X-Gm-Message-State: ALoCoQnysg6CtWsIjhFmB/fSvjPtLiCudtKfakfvbrim6SNUfwAgdlurAuLqes9z5PYVz6HALsxK X-Received: by 10.202.206.78 with SMTP id e75mr98226oig.132.1433454592302; Thu, 04 Jun 2015 14:49:52 -0700 (PDT) Received: from localhost (172-9-203-140.lightspeed.spfdmo.sbcglobal.net. [172.9.203.140]) by mx.google.com with ESMTPSA id h16sm2203308oib.3.2015.06.04.14.49.51 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 04 Jun 2015 14:49:51 -0700 (PDT) Subject: [PATCH 4/7] PCI: Include , not To: linux-pci@vger.kernel.org From: Bjorn Helgaas Cc: linux-s390@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Date: Thu, 04 Jun 2015 16:49:50 -0500 Message-ID: <20150604214950.2399.16890.stgit@bhelgaas-glaptop2.roam.corp.google.com> In-Reply-To: <20150604214614.2399.5142.stgit@bhelgaas-glaptop2.roam.corp.google.com> References: <20150604214614.2399.5142.stgit@bhelgaas-glaptop2.roam.corp.google.com> User-Agent: StGit/0.16 MIME-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org We already include from , so just include directly. Signed-off-by: Bjorn Helgaas CC: linuxppc-dev@lists.ozlabs.org CC: linux-s390@vger.kernel.org --- arch/powerpc/platforms/52xx/mpc52xx_pci.c | 2 +- arch/s390/kernel/suspend.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/powerpc/platforms/52xx/mpc52xx_pci.c b/arch/powerpc/platforms/52xx/mpc52xx_pci.c index e2d401a..6eb3b2a 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_pci.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_pci.c @@ -12,7 +12,7 @@ #undef DEBUG -#include +#include #include #include #include diff --git a/arch/s390/kernel/suspend.c b/arch/s390/kernel/suspend.c index d3236c9..39e2f41 100644 --- a/arch/s390/kernel/suspend.c +++ b/arch/s390/kernel/suspend.c @@ -9,10 +9,10 @@ #include #include #include +#include #include #include #include -#include #include #include "entry.h"