ChangeSet 1.1063.1.3, 2003/05/05 17:29:47-05:00, Matt_Domsch@dell.com pci.h whitespace cleanups include/linux/pci.h | 4 ---- 1 files changed, 4 deletions(-) diff -Nru a/include/linux/pci.h b/include/linux/pci.h --- a/include/linux/pci.h Thu May 22 14:51:42 2003 +++ b/include/linux/pci.h Thu May 22 14:51:42 2003 @@ -514,8 +514,6 @@ #define to_pci_driver(drv) container_of(drv,struct pci_driver, driver) - - /* these external functions are only available when PCI support is enabled */ #ifdef CONFIG_PCI @@ -777,8 +775,6 @@ for(dev = NULL; 0; ) #define isa_bridge ((struct pci_dev *)NULL) - - #else