[PATCH] memstick: make r592_pm_ops static

From: Axel Lin
Date: Sun Sep 25 2011 - 21:59:38 EST


It is not used outside this driver so no need to make the symbol global.

Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>
---
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



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/