From: Javier Martinez Canillas Date: Sat, 26 Mar 2011 16:42:31 +0000 (+0000) Subject: tg3: use and instead and X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27fd9de8eb9bf48e4a09c8f02d13f56e9a074a1e;p=linux-beck.git tg3: use and instead and It is proper style to include linux/foo.h instead asm/foo.h if both exist Signed-off-by: Javier Martinez Canillas Signed-off-by: David S. Miller --- diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index ebec88882c3b..513565503f90 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -48,9 +48,9 @@ #include #include -#include +#include #include -#include +#include #ifdef CONFIG_SPARC #include