Kill bogus #if 1. There's no need for it since usb works these days.

This commit is contained in:
imp 2008-09-05 22:23:41 +00:00
parent e9e8fc3c49
commit db9f13905a

View File

@ -164,7 +164,6 @@ static const struct pmap_devmap kb920x_devmap[] = {
* initialization is done. However, the AT91 resource allocation * initialization is done. However, the AT91 resource allocation
* system doesn't know how to use pmap_mapdev() yet. * system doesn't know how to use pmap_mapdev() yet.
*/ */
#if 1
{ {
/* /*
* Add the ohci controller, and anything else that might be * Add the ohci controller, and anything else that might be
@ -176,7 +175,6 @@ static const struct pmap_devmap kb920x_devmap[] = {
VM_PROT_READ|VM_PROT_WRITE, VM_PROT_READ|VM_PROT_WRITE,
PTE_NOCACHE, PTE_NOCACHE,
}, },
#endif
{ {
0, 0,
0, 0,