PCI: mark pci_find_device() as __deprecated
authorAdrian Bunk <bunk@stusta.de>
Sat, 18 Nov 2006 00:06:29 +0000 (01:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:50:04 +0000 (15:50 -0800)
commit429538ad3eeffec4199d8adddd1e9e4c80b2c08b
tree47da6608aad3381e2c1728b3be1ea3cf906b8684
parentfd9b37cc4e32533214f77b34ea03ee85f6e0a4d2
PCI: mark pci_find_device() as __deprecated

On Fri, Nov 17, 2006 at 09:32:36AM -0500, Alan Cox wrote:
>
> Soon we should deprecate pci_find_device as well

So let's mark it as __deprecated now, which also has the side effect
that noone can later whine that removing it might break some shiny
external modules.

Oh, and if anything starts complaining "But this adds some warnings to
my kernel build!", he should either first fix the 200 kB (sic) of
warnings I'm getting in 2.6.19-rc5-mm2 starting at MODPOST or go to hell.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/pci.h