diff options
author | dchagin <dchagin@FreeBSD.org> | 2011-01-22 20:53:27 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2011-01-22 20:53:27 +0000 |
commit | 2673cd2910e33e35c6ae0c430d7424cbb05caeaf (patch) | |
tree | e45037c240d31c42374f05a07ceee189a164f7a4 /sys/conf | |
parent | 2e82247bfa76a40f7989acecfaaa41b07be00aed (diff) | |
download | FreeBSD-src-2673cd2910e33e35c6ae0c430d7424cbb05caeaf.zip FreeBSD-src-2673cd2910e33e35c6ae0c430d7424cbb05caeaf.tar.gz |
Option USB_HOST_ALIGN declared twice.
Approved by: kib(mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 68be0e7..13f1d22 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -642,7 +642,6 @@ BUS_DEBUG opt_bus.h # options for USB support USB_DEBUG opt_usb.h -USB_HOST_ALIGN opt_usb.h USB_REQ_DEBUG opt_usb.h USB_VERBOSE opt_usb.h USB_EHCI_BIG_ENDIAN_DESC opt_usb.h |