summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h
diff options
context:
space:
mode:
authorVeerasenareddy Burru2017-08-21 21:35:56 +0200
committerDavid S. Miller2017-08-22 20:08:15 +0200
commitad530a1d403a70b5473578e17b65d14132926b86 (patch)
tree8db8e2aedc9c4e16d6ae8cdf2ba5d057ea14d404 /drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h
parentptp: make ptp_clock_info const (diff)
downloadkernel-qcow2-linux-ad530a1d403a70b5473578e17b65d14132926b86.tar.gz
kernel-qcow2-linux-ad530a1d403a70b5473578e17b65d14132926b86.tar.xz
kernel-qcow2-linux-ad530a1d403a70b5473578e17b65d14132926b86.zip
liquidio: move macro definition to a proper place
The macro LIO_CMD_WAIT_TM is not specific to the PF driver; it can be used by the VF driver too, so move its definition from a PF-specific header file to one that's common to PF and VF. Signed-off-by: Veerasenareddy Burru <veerasenareddy.burru@cavium.com> Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h')
-rw-r--r--drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h
index dee604651ba7..2aba5247b6d8 100644
--- a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h
+++ b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.h
@@ -24,8 +24,6 @@
#include "cn23xx_pf_regs.h"
-#define LIO_CMD_WAIT_TM 100
-
/* Register address and configuration for a CN23XX devices.
* If device specific changes need to be made then add a struct to include
* device specific fields as shown in the commented section