* [patch] net: sxgbe: remove duplicate SXGBE_CORE_L34_ADDCTL_REG define
@ 2014-06-09 15:09 Dan Carpenter
2014-06-11 22:01 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2014-06-09 15:09 UTC (permalink / raw)
To: Byungho An; +Cc: Girish K S, Vipul Pandya, netdev, kernel-janitors
The SXGBE_CORE_L34_ADDCTL_REG define is cut and pasted twice so we can
delete the second instance.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h b/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h
index 56f8bf5..81437d9 100644
--- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h
+++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h
@@ -188,7 +188,6 @@
/* L3/L4 function registers */
#define SXGBE_CORE_L34_ADDCTL_REG 0x0C00
-#define SXGBE_CORE_L34_ADDCTL_REG 0x0C00
#define SXGBE_CORE_L34_DATA_REG 0x0C04
/* ARP registers */
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-11 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 15:09 [patch] net: sxgbe: remove duplicate SXGBE_CORE_L34_ADDCTL_REG define Dan Carpenter
2014-06-11 22:01 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).