Skip to content

Commit

Permalink
net: sxgbe: remove duplicate SXGBE_CORE_L34_ADDCTL_REG define
Browse files Browse the repository at this point in the history
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Jun 11, 2014
1 parent 5e3ec11 commit cf97b8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cf97b8f

Please sign in to comment.