Messages in this thread Patch in this message |  | | Subject | Re: [PATCH] PCI changes for 2.5.69 | From | Greg KH <> | Date | Thu, 22 May 2003 15:06:00 -0700 |
| |
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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |