Title: [9308] trunk/drivers/usb/musb/musb_core.h: musb: drop redundant CONFIG_PM check
Revision
9308
Author
vapier
Date
2010-10-23 23:37:03 -0400 (Sat, 23 Oct 2010)

Log Message

musb: drop redundant CONFIG_PM check

Modified Paths


Diff

Modified: trunk/drivers/usb/musb/musb_core.h (9307 => 9308)


--- trunk/drivers/usb/musb/musb_core.h	2010-10-24 03:36:08 UTC (rev 9307)
+++ trunk/drivers/usb/musb/musb_core.h	2010-10-24 03:37:03 UTC (rev 9308)
@@ -485,9 +485,8 @@
 	struct musb_csr_regs index_regs[MUSB_C_NUM_EPS];
 };
 
-#if defined(CONFIG_PM) && \
-    (defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3) || \
-     defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_BLACKFIN))
+#if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3) || \
+    defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_BLACKFIN)
 extern void musb_platform_save_context(struct musb *musb,
 		struct musb_context_registers *musb_context);
 extern void musb_platform_restore_context(struct musb *musb,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to