diff options
-rw-r--r-- | drivers/usb/storage/realtek_cr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/storage/realtek_cr.c b/drivers/usb/storage/realtek_cr.c index c2bebb3731d3..4f6b25fc6bdd 100644 --- a/drivers/usb/storage/realtek_cr.c +++ b/drivers/usb/storage/realtek_cr.c | |||
@@ -141,7 +141,7 @@ static int init_realtek_cr(struct us_data *us); | |||
141 | .driver_info = (flags)|(USB_US_TYPE_STOR<<24)\ | 141 | .driver_info = (flags)|(USB_US_TYPE_STOR<<24)\ |
142 | } | 142 | } |
143 | 143 | ||
144 | struct usb_device_id realtek_cr_ids[] = { | 144 | static struct usb_device_id realtek_cr_ids[] = { |
145 | # include "unusual_realtek.h" | 145 | # include "unusual_realtek.h" |
146 | { } /* Terminating entry */ | 146 | { } /* Terminating entry */ |
147 | }; | 147 | }; |
@@ -570,7 +570,7 @@ static void realtek_cr_destructor(void *extra) | |||
570 | } | 570 | } |
571 | 571 | ||
572 | #ifdef CONFIG_PM | 572 | #ifdef CONFIG_PM |
573 | void realtek_pm_hook(struct us_data *us, int pm_state) | 573 | static void realtek_pm_hook(struct us_data *us, int pm_state) |
574 | { | 574 | { |
575 | if (pm_state == US_SUSPEND) | 575 | if (pm_state == US_SUSPEND) |
576 | (void)config_autodelink_before_power_down(us); | 576 | (void)config_autodelink_before_power_down(us); |