From patchwork Thu Feb 4 20:12:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 77196 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 o14KDwdj001016 for ; Thu, 4 Feb 2010 20:13:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754181Ab0BDUN6 (ORCPT ); Thu, 4 Feb 2010 15:13:58 -0500 Received: from acsinet11.oracle.com ([141.146.126.233]:61598 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753791Ab0BDUN5 (ORCPT ); Thu, 4 Feb 2010 15:13:57 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet11.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o14KDpC8008965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 4 Feb 2010 20:13:53 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o146c0rQ030683; Thu, 4 Feb 2010 20:13:49 GMT Received: from abhmt015.oracle.com by acsmt355.oracle.com with ESMTP id 11756491265314344; Thu, 04 Feb 2010 12:12:24 -0800 Received: from chimera.site (/10.175.202.217) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 04 Feb 2010 12:12:24 -0800 Message-ID: <4B6B2A27.9070600@oracle.com> Date: Thu, 04 Feb 2010 12:12:23 -0800 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: Stephen Rothwell CC: linux-next@vger.kernel.org, LKML , Jesse Barnes , "linux-pci@vger.kernel.org" Subject: [PATCH -next] pci hotplug: fix ibmphp build error References: <20100204185736.6628ab9a.sfr@canb.auug.org.au> In-Reply-To: <20100204185736.6628ab9a.sfr@canb.auug.org.au> X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4B6B2A7F.005D:SCFMA4539814,ss=1,fgs=0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@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]); Thu, 04 Feb 2010 20:13:59 +0000 (UTC) --- linux-next-20100204.orig/drivers/pci/hotplug/ibmphp_hpc.c +++ linux-next-20100204/drivers/pci/hotplug/ibmphp_hpc.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include "ibmphp.h"