diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-06-15 01:09:19 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-06-15 01:09:19 +0000 |
commit | a18827ec0e5a865113f3344d19012361dc6f5413 (patch) | |
tree | af0fbf698060c5187808f586e9f5e462430088e3 /sys/dev/usb/usb_pci.h | |
parent | 57d194eb533819d5f33a7b9268aa42d6b57a6f7b (diff) | |
download | FreeBSD-src-a18827ec0e5a865113f3344d19012361dc6f5413.zip FreeBSD-src-a18827ec0e5a865113f3344d19012361dc6f5413.tar.gz |
Fix _USB2_* refernces in the header protection defines.
Diffstat (limited to 'sys/dev/usb/usb_pci.h')
-rw-r--r-- | sys/dev/usb/usb_pci.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_pci.h b/sys/dev/usb/usb_pci.h index 9297c29..071dfc3 100644 --- a/sys/dev/usb/usb_pci.h +++ b/sys/dev/usb/usb_pci.h @@ -24,8 +24,8 @@ * SUCH DAMAGE. */ -#ifndef _USB2_PCI_H_ -#define _USB2_PCI_H_ +#ifndef _USB_PCI_H_ +#define _USB_PCI_H_ /* * We don't want the following files included everywhere, that's why @@ -36,4 +36,4 @@ #include <sys/rman.h> -#endif /* _USB2_PCI_H_ */ +#endif /* _USB_PCI_H_ */ |