diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-s3c2410/usb-control.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/arch-s3c2410/usb-control.h b/include/asm-arm/arch-s3c2410/usb-control.h index 1cc85a096b23..bd43b566db3e 100644 --- a/include/asm-arm/arch-s3c2410/usb-control.h +++ b/include/asm-arm/arch-s3c2410/usb-control.h | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | * Changelog: | 12 | * Changelog: |
| 13 | * 11-Sep-2004 BJD Created file | 13 | * 11-Sep-2004 BJD Created file |
| 14 | * 21-Sep-2004 BJD Updated port info | 14 | * 21-Sep-2004 BJD Updated port info |
| 15 | * 09-Aug-2005 BJD Renamed s3c2410_report_oc s3c2410_usb_report_oc | ||
| 15 | */ | 16 | */ |
| 16 | 17 | ||
| 17 | #ifndef __ASM_ARCH_USBCONTROL_H | 18 | #ifndef __ASM_ARCH_USBCONTROL_H |
| @@ -35,7 +36,7 @@ struct s3c2410_hcd_info { | |||
| 35 | void (*report_oc)(struct s3c2410_hcd_info *, int ports); | 36 | void (*report_oc)(struct s3c2410_hcd_info *, int ports); |
| 36 | }; | 37 | }; |
| 37 | 38 | ||
| 38 | static void inline s3c2410_report_oc(struct s3c2410_hcd_info *info, int ports) | 39 | static void inline s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int ports) |
| 39 | { | 40 | { |
| 40 | if (info->report_oc != NULL) { | 41 | if (info->report_oc != NULL) { |
| 41 | (info->report_oc)(info, ports); | 42 | (info->report_oc)(info, ports); |
