]> bbs.cooldavid.org Git - net-next-2.6.git/commit
PCI: push deprecated pci_find_device() function to last user
authorTilman Schmidt <tilman@imap.cc>
Mon, 18 Jan 2010 16:24:10 +0000 (17:24 +0100)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 23 Feb 2010 00:17:01 +0000 (16:17 -0800)
commit41a68a748bbc61f5bcea999e33ba72926dfbe6f7
treed6b100c49d847270c235a9788b0bebb9372bcec9
parent7c9342b8dd1a32386fc32bffb9eedebbfe264763
PCI: push deprecated pci_find_device() function to last user

The ISDN4Linux HiSax driver family contains the last remaining users
of the deprecated pci_find_device() function. This patch creates a
private copy of that function in HiSax, and removes the now unused
global function together with its controlling configuration option,
CONFIG_PCI_LEGACY.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
20 files changed:
drivers/isdn/hisax/Kconfig
drivers/isdn/hisax/avm_pci.c
drivers/isdn/hisax/bkm_a4t.c
drivers/isdn/hisax/bkm_a8.c
drivers/isdn/hisax/diva.c
drivers/isdn/hisax/elsa.c
drivers/isdn/hisax/enternow_pci.c
drivers/isdn/hisax/gazel.c
drivers/isdn/hisax/hfc_pci.c
drivers/isdn/hisax/hisax.h
drivers/isdn/hisax/niccy.c
drivers/isdn/hisax/nj_s.c
drivers/isdn/hisax/nj_u.c
drivers/isdn/hisax/sedlbauer.c
drivers/isdn/hisax/telespci.c
drivers/isdn/hisax/w6692.c
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/legacy.c [deleted file]
include/linux/pci.h