aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hsi/controllers/omap_ssi.c2
-rw-r--r--drivers/hsi/controllers/omap_ssi_port.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hsi/controllers/omap_ssi.c b/drivers/hsi/controllers/omap_ssi.c
index bf0eace4cb67..4d5b682fc6af 100644
--- a/drivers/hsi/controllers/omap_ssi.c
+++ b/drivers/hsi/controllers/omap_ssi.c
@@ -555,7 +555,7 @@ static int __exit ssi_remove(struct platform_device *pd)
555 return 0; 555 return 0;
556} 556}
557 557
558#ifdef CONFIG_PM_RUNTIME 558#ifdef CONFIG_PM
559static int omap_ssi_runtime_suspend(struct device *dev) 559static int omap_ssi_runtime_suspend(struct device *dev)
560{ 560{
561 struct hsi_controller *ssi = dev_get_drvdata(dev); 561 struct hsi_controller *ssi = dev_get_drvdata(dev);
diff --git a/drivers/hsi/controllers/omap_ssi_port.c b/drivers/hsi/controllers/omap_ssi_port.c
index 4c0b5820581e..d836cfe50513 100644
--- a/drivers/hsi/controllers/omap_ssi_port.c
+++ b/drivers/hsi/controllers/omap_ssi_port.c
@@ -1260,7 +1260,7 @@ static int __exit ssi_port_remove(struct platform_device *pd)
1260 return 0; 1260 return 0;
1261} 1261}
1262 1262
1263#ifdef CONFIG_PM_RUNTIME 1263#ifdef CONFIG_PM
1264static int ssi_save_port_ctx(struct omap_ssi_port *omap_port) 1264static int ssi_save_port_ctx(struct omap_ssi_port *omap_port)
1265{ 1265{
1266 struct hsi_port *port = to_hsi_port(omap_port->dev); 1266 struct hsi_port *port = to_hsi_port(omap_port->dev);