All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Gospodarek <gospo@redhat.com>
To: Andy Gospodarek <gospo@redhat.com>
Cc: backports@vger.kernel.org
Subject: Re: [PATCH] compat-wireless: only compile optional sdio code on 2.6.37 and later
Date: Tue, 14 Aug 2012 15:03:43 -0400	[thread overview]
Message-ID: <20120814190343.GC2797@quad.redhat.com> (raw)
In-Reply-To: <1344970347-12440-1-git-send-email-gospo@redhat.com>

[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

  reply	other threads:[~2012-08-14 19:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2012-08-14 23:04 ` Luis R. Rodriguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120814190343.GC2797@quad.redhat.com \
    --to=gospo@redhat.com \
    --cc=backports@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.