netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrik Karlin <patrik.karlin@gmail.com>
To: chas@cmf.nrl.navy.mil
Cc: linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Patrik Karlin <patrik.karlin@gmail.com>
Subject: [PATCH 4/5] drivers: atm: checkpatch.pl changed headers from asm/* to linux/* in eni.c
Date: Mon, 21 Jan 2013 00:12:54 +0100	[thread overview]
Message-ID: <1358723575-8345-4-git-send-email-patrik.karlin@gmail.com> (raw)
In-Reply-To: <1358723575-8345-1-git-send-email-patrik.karlin@gmail.com>

This patch changes the included headers from asm/* to linux/* for
header changes sugested by checkpatch.pl

Signed-off-by: Patrik Kårlin <patrik.karlin@gmail.com>
---
 drivers/atm/eni.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/atm/eni.c b/drivers/atm/eni.c
index f4a136a..2877832 100644
--- a/drivers/atm/eni.c
+++ b/drivers/atm/eni.c
@@ -19,10 +19,10 @@
 #include <linux/atm_eni.h>
 #include <linux/bitops.h>
 #include <linux/slab.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include <linux/atomic.h>
-#include <asm/uaccess.h>
-#include <asm/string.h>
+#include <linux/uaccess.h>
+#include <linux/string.h>
 #include <asm/byteorder.h>
 
 #include "tonga.h"
-- 
1.7.10.4

  parent reply	other threads:[~2013-01-20 23:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-20 23:12 [PATCH 1/5] drivers: atm: checkpatch.pl fixed coding style errors in eni.c Patrik Karlin
2013-01-20 23:12 ` [PATCH 2/5] drivers: atm: checkpatch.pl fixes removed all trailing whitespaces " Patrik Karlin
2013-01-20 23:12 ` [PATCH 3/5] drivers: atm: checkpatch.pl fixed tabbed indentation " Patrik Karlin
2013-01-20 23:12 ` Patrik Karlin [this message]
2013-01-20 23:12 ` [PATCH 5/5] drivers: atm: checkpatch.pl fixed coding style issues " Patrik Karlin
2013-01-21  4:04   ` David Miller

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=1358723575-8345-4-git-send-email-patrik.karlin@gmail.com \
    --to=patrik.karlin@gmail.com \
    --cc=chas@cmf.nrl.navy.mil \
    --cc=linux-atm-general@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@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 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).