]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] PCI: clean up pci.h and split pci register info to separate header file.
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Jul 2005 18:37:33 +0000 (11:37 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 21:57:24 +0000 (14:57 -0700)
commit4352dfd5cd9172f1ee425924a463b43e6157b840
treed5e02a5769e8907b58c2490d6acc22feb1814f88
parent8fdc23ee1ab7c1f8f1dd40602f62b9cc84072531
[PATCH] PCI: clean up pci.h and split pci register info to separate header file.

This cleans up some of the #ifdef CONFIG_PCI stuff up, and moves the pci register
info out to a separate file, where it belongs.  Eventually we can stop including
this file from within pci.h, but lots of code needs to be audited first.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/pci.h
include/linux/pci_regs.h [new file with mode: 0644]