2013-10-20 05:10:09

by Michael Opdenacker

[permalink] [raw]
Subject: [PATCH] cgxb4: remove duplicate include in cxgb4.h

Reported by "make includecheck"

Tested that C sources including this file still compile well on x86

Signed-off-by: Michael Opdenacker <[email protected]>
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
index dfd1e36..ecd2fb3 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
@@ -48,7 +48,6 @@
#include <linux/vmalloc.h>
#include <asm/io.h>
#include "cxgb4_uld.h"
-#include "t4_hw.h"

#define FW_VERSION_MAJOR 1
#define FW_VERSION_MINOR 4
--
1.8.1.2


2013-10-21 22:47:19

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] cgxb4: remove duplicate include in cxgb4.h

From: Michael Opdenacker <[email protected]>
Date: Sun, 20 Oct 2013 07:10:01 +0200

> Reported by "make includecheck"
>
> Tested that C sources including this file still compile well on x86
>
> Signed-off-by: Michael Opdenacker <[email protected]>

Applied.