projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9e472
)
cxgb4: remove duplicate headers
author
Chen Zhou
<chenzhou10@huawei.com>
Thu, 7 May 2020 13:26:39 +0000
(21:26 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 7 May 2020 20:25:40 +0000
(13:25 -0700)
Remove duplicate headers which are included twice.
Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
index e46a14f44a6fbd6e584dbbcf678ce69cbbbf8d28..30d25a37fc3b4764d36453553c51fca2572e7426 100644
(file)
--- a/
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
+++ b/
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
@@
-466,8
+466,6
@@
static inline struct mbox_cmd *mbox_cmd_log_entry(struct mbox_cmd_log *log,
return &((struct mbox_cmd *)&(log)[1])[entry_idx];
}
-#include "t4fw_api.h"
-
#define FW_VERSION(chip) ( \
FW_HDR_FW_VER_MAJOR_G(chip##FW_VERSION_MAJOR) | \
FW_HDR_FW_VER_MINOR_G(chip##FW_VERSION_MINOR) | \