This patch changes the included headers from asm/* to linux/* for header changes sugested by checkpatch.pl
Signed-off-by: Patrik Kårlin <[email protected]> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

