linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adam Wozniak <awozniak@irobot.com>
To: Hauke Mehrtens <hauke@hauke-m.de>
Cc: lrodriguez@atheros.com, linux-wireless@vger.kernel.org,
	linux-bluetooth@vger.kernel.org, mcgrof@infradead.org
Subject: Re: [PATCH] compat: fix build on arm
Date: Thu, 21 Jan 2010 12:16:43 -0800	[thread overview]
Message-ID: <4B58B62B.4060905@irobot.com> (raw)
In-Reply-To: <1264102368-8918-1-git-send-email-hauke@hauke-m.de>

Confirm; this fixes the compile issue for ARM

Hauke Mehrtens wrote:
> ARM does not provided the include file asm/compat.h. Use linux/compat.h
> instead, it includes asm/compat.h if needed.
> This patch is from OpenWRT:
> https://dev.openwrt.org/browser/trunk/package/mac80211/patches/020-fix_compat_h.patch?rev=19063
>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
> ---
>  include/linux/compat-2.6.32.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/compat-2.6.32.h b/include/linux/compat-2.6.32.h
> index c3e4dbe..11060d8 100644
> --- a/include/linux/compat-2.6.32.h
> +++ b/include/linux/compat-2.6.32.h
> @@ -6,7 +6,7 @@
>  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32))
>  
>  #include <linux/netdevice.h>
> -#include <asm/compat.h>
> +#include <linux/compat.h>
>  #include <net/iw_handler.h>
>  #include <linux/workqueue.h>
>  
>   


  parent reply	other threads:[~2010-01-21 20:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-20 20:13 FYI - new compat-wireless based on 2.6.33-rc4 Luis R. Rodriguez
2010-01-21  0:21 ` Richard Farina
2010-01-21 18:07 ` Adam Wozniak
2010-01-21 18:12   ` Luis R. Rodriguez
2010-01-21 19:32     ` [PATCH] compat: fix build on arm Hauke Mehrtens
2010-01-21 19:53       ` Luis R. Rodriguez
2010-01-21 20:16       ` Adam Wozniak [this message]
2010-01-21 20:08     ` FYI - new compat-wireless based on 2.6.33-rc4 Adam Wozniak
2010-01-21 20:17       ` Luis R. Rodriguez
2010-01-21 21:24         ` Adam Wozniak
2010-01-21 21:39           ` Adam Wozniak
2010-01-21 22:21             ` Luis R. Rodriguez
2010-01-22 23:46               ` Adam Wozniak

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=4B58B62B.4060905@irobot.com \
    --to=awozniak@irobot.com \
    --cc=hauke@hauke-m.de \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lrodriguez@atheros.com \
    --cc=mcgrof@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).