From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 23 Feb 2012 12:27:04 -0800 From: Jesse Barnes To: Yinghai Lu Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI: move pci_find_saved_cap out of linux/pci.h Message-ID: <20120223122704.262229fd@jbarnes-desktop> In-Reply-To: <1328948321-14791-1-git-send-email-yinghai@kernel.org> References: <1328948321-14791-1-git-send-email-yinghai@kernel.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/tsLomWQFrA3wsJf0ZIWtMrM"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: --Sig_/tsLomWQFrA3wsJf0ZIWtMrM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 11 Feb 2012 00:18:41 -0800 Yinghai Lu wrote: > Only have user in driver/pci/pci.c >=20 > Don't need to put it in global pci.h >=20 > Signed-off-by: Yinghai Lu