* [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
* Re: [PATCH] compat-wireless: only compile optional sdio code on 2.6.37 and later
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 ` Andy Gospodarek
2012-08-14 23:04 ` [PATCH] compat: " Luis R. Rodriguez
1 sibling, 0 replies; 3+ messages in thread
From: Andy Gospodarek @ 2012-08-14 19:03 UTC (permalink / raw)
To: Andy Gospodarek; +Cc: backports
[Subject fixed]
On Tue, Aug 14, 2012 at 02:52:27PM -0400, Andy Gospodarek wrote:
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe backports" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] compat: only compile optional sdio code on 2.6.37 and later
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 ` Luis R. Rodriguez
1 sibling, 0 replies; 3+ messages in thread
From: Luis R. Rodriguez @ 2012-08-14 23:04 UTC (permalink / raw)
To: Andy Gospodarek; +Cc: backports
On Tue, Aug 14, 2012 at 11:52 AM, Andy Gospodarek <gospo@redhat.com> wrote:
> 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>
Applied and pushed, thanks! I also propagated it to the linux-3.5.y branch.
Luis
^ permalink raw reply [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.