diff options
Diffstat (limited to 'drivers/usb/otg/ab8500-usb.c')
-rw-r--r-- | drivers/usb/otg/ab8500-usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/ab8500-usb.c b/drivers/usb/otg/ab8500-usb.c index 07ccea9ada40..74fe6e62e0f7 100644 --- a/drivers/usb/otg/ab8500-usb.c +++ b/drivers/usb/otg/ab8500-usb.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <linux/interrupt.h> | 30 | #include <linux/interrupt.h> |
31 | #include <linux/delay.h> | 31 | #include <linux/delay.h> |
32 | #include <linux/mfd/abx500.h> | 32 | #include <linux/mfd/abx500.h> |
33 | #include <linux/mfd/ab8500.h> | 33 | #include <linux/mfd/abx500/ab8500.h> |
34 | 34 | ||
35 | #define AB8500_MAIN_WD_CTRL_REG 0x01 | 35 | #define AB8500_MAIN_WD_CTRL_REG 0x01 |
36 | #define AB8500_USB_LINE_STAT_REG 0x80 | 36 | #define AB8500_USB_LINE_STAT_REG 0x80 |