From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Date: Sun, 27 Mar 2011 02:42:31 +0000 Subject: [PATCH 1/3] tg3: use and instead and Message-Id: <1301193753-10045-1-git-send-email-martinez.javier@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Matt Carlson Cc: Michael Chan , netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, Javier Martinez Canillas It is proper style to include linux/foo.h instead asm/foo.h if both exist Signed-off-by: Javier Martinez Canillas --- drivers/net/tg3.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 6be4185..4410d73 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 -- 1.7.2.3