projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea2fc6
)
usb: musb: ux500: fix build warnings
author
Felipe Balbi
<balbi@ti.com>
Wed, 27 May 2015 17:25:40 +0000
(12:25 -0500)
committer
Felipe Balbi
<balbi@ti.com>
Wed, 27 May 2015 17:30:20 +0000
(12:30 -0500)
This patch fixes the following build warnings:
drivers/usb/musb/ux500.c:346:12: warning: ‘ux500_suspend’ defined but
not used [-Wunused-function]
drivers/usb/musb/ux500.c:357:12: warning: ‘ux500_resume’ defined but not
used [-Wunused-function]
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/ux500.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/musb/ux500.c
b/drivers/usb/musb/ux500.c
index 2967b51383d81abaa198d048f10b2691fee489e9..39168fe9b406b2aba30791b2af29311b004a468d 100644
(file)
--- a/
drivers/usb/musb/ux500.c
+++ b/
drivers/usb/musb/ux500.c
@@
-342,7
+342,7
@@
static int ux500_remove(struct platform_device *pdev)
return 0;
}
-#ifdef CONFIG_PM
+#ifdef CONFIG_PM
_SLEEP
static int ux500_suspend(struct device *dev)
{
struct ux500_glue *glue = dev_get_drvdata(dev);