Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* [PATCH] usb: dwc3-pci: Ensure system sleep PM ops are defined only when used
@ 2013-08-06 15:49 Mark Brown
  2013-08-07  1:35 ` Fabio Estevam
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2013-08-06 15:49 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman
  Cc: linux-usb, linaro-kernel, linux-omap, Andy Green, Mark Brown

From: Andy Green <andy.green@linaro.org>

You might have CONFIG_PM, but you might not have CONFIG_SUSPEND, in which
case these are unused.

Signed-off-by: Andy Green <andy.green@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
---
 drivers/usb/dwc3/dwc3-pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c
index 5d746e5..4902021 100644
--- a/drivers/usb/dwc3/dwc3-pci.c
+++ b/drivers/usb/dwc3/dwc3-pci.c
@@ -191,7 +191,7 @@ static DEFINE_PCI_DEVICE_TABLE(dwc3_pci_id_table) = {
 };
 MODULE_DEVICE_TABLE(pci, dwc3_pci_id_table);
 
-#ifdef CONFIG_PM
+#ifdef CONFIG_SUSPEND
 static int dwc3_pci_suspend(struct device *dev)
 {
 	struct pci_dev	*pci = to_pci_dev(dev);
-- 
1.8.4.rc1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-09 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 15:49 [PATCH] usb: dwc3-pci: Ensure system sleep PM ops are defined only when used Mark Brown
2013-08-07  1:35 ` Fabio Estevam
2013-08-07  9:34   ` Mark Brown
2013-08-07 10:01     ` Andy Green
2013-08-09 13:26       ` Felipe Balbi
2013-08-09 14:58         ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox