summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-07-27 17:28:11 +0000
committerimp <imp@FreeBSD.org>2012-07-27 17:28:11 +0000
commitdc1a1219179a7bf6365fe5640900038728aaffff (patch)
treea13f756c2eafbb1dcb0c484d8bd24d02388cf273
parenta842398f20968e74bdca3b121614243218908c54 (diff)
downloadFreeBSD-src-dc1a1219179a7bf6365fe5640900038728aaffff.zip
FreeBSD-src-dc1a1219179a7bf6365fe5640900038728aaffff.tar.gz
Make this compile again. Also note that it is AT91RM9200+KB9202B
specific still and needs some love to make it work on anything else.
-rw-r--r--sys/dev/usb/controller/at91dci_atmelarm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/at91dci_atmelarm.c b/sys/dev/usb/controller/at91dci_atmelarm.c
index da9ba36..468644c 100644
--- a/sys/dev/usb/controller/at91dci_atmelarm.c
+++ b/sys/dev/usb/controller/at91dci_atmelarm.c
@@ -61,12 +61,12 @@ __FBSDID("$FreeBSD$");
#include <arm/at91/at91_pmcvar.h>
#include <arm/at91/at91rm92reg.h>
-#include <arm/at91/at91_pio_rm9200.h>
+#include <arm/at91/at91_pioreg.h>
#include <arm/at91/at91_piovar.h>
#define MEM_RID 0
-/* Pin Definitions - do they belong here or somewhere else ? */
+/* Pin Definitions - do they belong here or somewhere else ? -- YES! */
#define VBUS_MASK AT91C_PIO_PB24
#define VBUS_BASE AT91RM92_PIOB_BASE
OpenPOWER on IntegriCloud