commit | 19792a0859f96e9fc8ce87d97b269bcb895389e5 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Mon May 05 21:25:47 2008 +0300 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Jun 10 10:59:41 2008 -0700 |
tree | 3743d82131c402c445f8f1c5afb8933bb767f8a8 | |
parent | 552fe04aa242f164f126abfdb3f6f90fd6679d9f [diff] |
PCI: drivers/pci/pci.c: add prototypes This patch adds prototypes for pcibios_disable_device() and pcibios_set_pcie_reset_state() in include/linux/pci.h While I was at it, I also removed the unneeded "extern" from the prototype of pcibios_add_platform_entries(). Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>