* [PATCH] memstick: make r592_pm_ops static
@ 2011-09-26 1:59 Axel Lin
0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2011-09-26 1:59 UTC (permalink / raw)
To: linux-kernel; +Cc: Maxim Levitsky
It is not used outside this driver so no need to make the symbol global.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/memstick/host/r592.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/memstick/host/r592.c b/drivers/memstick/host/r592.c
index 668f5c6..00c1b2d 100644
--- a/drivers/memstick/host/r592.c
+++ b/drivers/memstick/host/r592.c
@@ -870,7 +870,7 @@ static int r592_resume(struct device *core_dev)
return 0;
}
-SIMPLE_DEV_PM_OPS(r592_pm_ops, r592_suspend, r592_resume);
+static SIMPLE_DEV_PM_OPS(r592_pm_ops, r592_suspend, r592_resume);
#endif
MODULE_DEVICE_TABLE(pci, r592_pci_id_tbl);
--
1.7.4.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-26 1:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 1:59 [PATCH] memstick: make r592_pm_ops static Axel Lin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox