diff options
| author | Marek Vasut <[email protected]> | 2014-11-04 03:43:47 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-11-06 21:04:20 +0100 |
| commit | 2cc157b0cdc515cd08368e84dd61038feebf8599 (patch) | |
| tree | 690916602604c3c6a3df26f99f6ca40a2f8a8869 /drivers | |
| parent | 11ada9225a16ed2d8ddbf0715a2416245a777cbc (diff) | |
usb: s3c-otg: Remove useless include
Remove the useless inclusion of arch/arm/gpio.h , which is completely
bogus in this driver.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Vince Bridgers <[email protected]>
Cc: Stefan Roese <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Acked-by: Lukasz Majewski <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/gadget/s3c_udc_otg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/s3c_udc_otg.c b/drivers/usb/gadget/s3c_udc_otg.c index b9816dfe30a..7508b1a5770 100644 --- a/drivers/usb/gadget/s3c_udc_otg.c +++ b/drivers/usb/gadget/s3c_udc_otg.c @@ -31,7 +31,6 @@ #include <asm/io.h> #include <asm/mach-types.h> -#include <asm/arch/gpio.h> #include "regs-otg.h" #include <usb/lin_gadget_compat.h> |
