]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uaccess.h>
authorJavier Martinez Canillas <martinez.javier@gmail.com>
Sat, 26 Mar 2011 16:42:31 +0000 (16:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Mar 2011 06:35:05 +0000 (23:35 -0700)
commit27fd9de8eb9bf48e4a09c8f02d13f56e9a074a1e
treec2584b11875c287a15b55db6ecaaa77e5cd89d93
parent3e49e6d520401e1d25ec8d366520aad2c01adc1c
tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uaccess.h>

It is proper style to include linux/foo.h instead asm/foo.h if both exist

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c