All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compat: only compile optional sdio code on 2.6.37 and later
@ 2012-08-14 18:52 Andy Gospodarek
  2012-08-14 19:03 ` [PATCH] compat-wireless: " Andy Gospodarek
  2012-08-14 23:04 ` [PATCH] compat: " Luis R. Rodriguez
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Gospodarek @ 2012-08-14 18:52 UTC (permalink / raw)
  To: backports

The pm_runtime routines in wlcore/sdio.c are not included in compat and
the best alternative is to build them only on kernels 2.6.37 and later.

Signed-off-by: Andy Gospodarek <andy@greyhouse.net>

---
 config.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/config.mk b/config.mk
index 93f0738..165a6ad 100644
--- a/config.mk
+++ b/config.mk
@@ -588,7 +588,9 @@ ifdef CONFIG_WL12XX_PLATFORM_DATA
 ifndef CONFIG_COMPAT_KERNEL_2_6_37
 export CONFIG_COMPAT_WL1251_SDIO=m
 endif #CONFIG_COMPAT_KERNEL_2_6_37
+ifndef CONFIG_COMPAT_KERNEL_2_6_38
 export CONFIG_WLCORE_SDIO=m
+endif #CONFIG_COMPAT_KERNEL_2_6_38
 endif #CONFIG_WL12XX_PLATFORM_DATA
 endif #CONFIG_CRC7
 
-- 
1.7.6.5


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

end of thread, other threads:[~2012-08-14 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 18:52 [PATCH] compat: only compile optional sdio code on 2.6.37 and later Andy Gospodarek
2012-08-14 19:03 ` [PATCH] compat-wireless: " Andy Gospodarek
2012-08-14 23:04 ` [PATCH] compat: " Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.