diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-03-09 20:05:46 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-03-09 20:05:46 +0000 |
commit | d4ccdd6ba2dfb41e34dd04db6b2dcb1036e97f9a (patch) | |
tree | adc898f681e583ef83ccc6707ffffe28b4b69a2b /sys/dev/usb/controller/musb_otg_atmelarm.c | |
parent | f77087e83d0a8dbdc1996fbb70342f7b3c1fccd3 (diff) | |
download | FreeBSD-src-d4ccdd6ba2dfb41e34dd04db6b2dcb1036e97f9a.zip FreeBSD-src-d4ccdd6ba2dfb41e34dd04db6b2dcb1036e97f9a.tar.gz |
Fix musb_otg.h include filename.
Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/controller/musb_otg_atmelarm.c')
-rw-r--r-- | sys/dev/usb/controller/musb_otg_atmelarm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/musb_otg_atmelarm.c b/sys/dev/usb/controller/musb_otg_atmelarm.c index 7652424..3ee5cfb 100644 --- a/sys/dev/usb/controller/musb_otg_atmelarm.c +++ b/sys/dev/usb/controller/musb_otg_atmelarm.c @@ -36,7 +36,7 @@ #include <dev/usb/usb_controller.h> #include <dev/usb/usb_bus.h> -#include <dev/usb/controller/mus2_otg.h> +#include <dev/usb/controller/musb_otg.h> #include <sys/rman.h> |