aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp
diff options
context:
space:
mode:
authorVincent Cheng <vincent.cheng.xh@renesas.com>2021-02-17 00:42:14 -0500
committerDavid S. Miller <davem@davemloft.net>2021-02-17 13:49:25 -0800
commit10c270cf25bd3ebffba9c2182d0c9eccecf10d97 (patch)
tree4747e2677e286ffeb037522fb78787872ddff6eb /drivers/ptp
parentptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable. (diff)
downloadlinux-dev-10c270cf25bd3ebffba9c2182d0c9eccecf10d97.tar.xz
linux-dev-10c270cf25bd3ebffba9c2182d0c9eccecf10d97.zip
ptp: ptp_clockmatrix: Remove unused header declarations.
Removed unused header declarations. Signed-off-by: Vincent Cheng <vincent.cheng.xh@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ptp')
-rw-r--r--drivers/ptp/ptp_clockmatrix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ptp/ptp_clockmatrix.h b/drivers/ptp/ptp_clockmatrix.h
index 023323680db7..fb323271063e 100644
--- a/drivers/ptp/ptp_clockmatrix.h
+++ b/drivers/ptp/ptp_clockmatrix.h
@@ -15,7 +15,6 @@
#define FW_FILENAME "idtcm.bin"
#define MAX_TOD (4)
#define MAX_PLL (8)
-#define MAX_OUTPUT (12)
#define MAX_ABS_WRITE_PHASE_PICOSECONDS (107374182350LL)
@@ -138,7 +137,6 @@ struct idtcm_channel {
enum pll_mode pll_mode;
u8 pll;
u16 output_mask;
- u8 output_phase_adj[MAX_OUTPUT][4];
};
struct idtcm {