diff options
author | Vincent Cheng <vincent.cheng.xh@renesas.com> | 2021-02-17 00:42:14 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-02-17 13:49:25 -0800 |
commit | 10c270cf25bd3ebffba9c2182d0c9eccecf10d97 (patch) | |
tree | 4747e2677e286ffeb037522fb78787872ddff6eb /drivers/ptp | |
parent | e8b4d8b542b167b101aaaa308dc3be39da9f59d0 (diff) |
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.h | 2 |
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 { |