Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1221865
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Shraddha Barke <shraddha.6596@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" |
| Date | Thu, 10 Sep 2015 05:40:02 +0200 |
| Message-ID | <q70Sm-6tp-3@gated-at.bofh.it> (permalink) |
| References | <q70Sm-6tp-5@gated-at.bofh.it> |
| X-Original-To | Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Johnny Kim <johnny.kim@atmel.com>, Joe Perches <joe@perches.com>, linux-kernel@vger.kernel.org, Julia Lawall <julia.lawall@lip6.fr> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=nQOsI6dmgxTWDuw6cW8tVvnmMYflR5I6croMTGXzmu0=; b=je1jvuRUC1OkKRX/0T3YyxK89ZJwVZ1mh5zc6oQ/iH9XDXhbKFy2Jru7b3vWim6dF1 Fs/M9Z/kEy3GVO3tSxgETZlFpFURF57mJAgl4FBwpUlVTsqsZGhRs3PBdsYiN7s42jEn YP/r4WOAmDaZOqVQ3uE6Udv1eC662gfuJ0YDetOu9GbYW95McP+6uJipt8CyRYom4+fs snWyULzwpnzWFeodnVibgwr130jrfWjhxuOjunrj2zKlERAq4ChuSpxXBZxLGSg51siH 8Zs7nFKsq6kHQjMbypGa0AROldZ9nnpZjojNaESGqWsqNkBRRwpSd60tK1x84vCxQTzX FelA== |
| X-Received | by 10.66.102.40 with SMTP id fl8mr18852428pab.136.1441856000564; Wed, 09 Sep 2015 20:33:20 -0700 (PDT) |
| X-Mailer | git-send-email 2.1.4 |
| X-Cyberoam-Smtpxy-Version | 1.0.6.3 |
| X-Cyberoam-Av-Policy | default |
| X-Ctch-Pver | 0000001 |
| X-Ctch-Spam | Unknown |
| X-Ctch-Vod | Unknown |
| X-Ctch-Refid | str=0001.0A150208.55F0F9FF.00D1,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 |
| X-Ctch-Score | 0.000 |
| X-Ctch-Scorecust | 0.000 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Shraddha Barke <shraddha.6596@gmail.com> |
| X-Original-Date | Thu, 10 Sep 2015 09:02:58 +0530 |
| X-Original-Message-ID | <1441855981-2472-2-git-send-email-shraddha.6596@gmail.com> |
| X-Original-References | <1441855981-2472-1-git-send-email-shraddha.6596@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1221865 |
Show key headers only | View raw
Fix checkpatch.pl warning "Use #include <linux/uaccess.h> instead of <asm/uaccess.h>" Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c index 39e9892..e4624e8 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c @@ -19,7 +19,7 @@ #include <linux/random.h> #include <linux/delay.h> #include <linux/slab.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include <linux/etherdevice.h> #include "dot11d.h" -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/5] Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" Shraddha Barke <shraddha.6596@gmail.com> - 2015-09-10 05:40 +0200
csiph-web