Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Vincent Cheng and committed by
David S. Miller
10c270cf e8b4d8b5

-2
-2
drivers/ptp/ptp_clockmatrix.h
··· 15 15 #define FW_FILENAME "idtcm.bin" 16 16 #define MAX_TOD (4) 17 17 #define MAX_PLL (8) 18 - #define MAX_OUTPUT (12) 19 18 20 19 #define MAX_ABS_WRITE_PHASE_PICOSECONDS (107374182350LL) 21 20 ··· 137 138 enum pll_mode pll_mode; 138 139 u8 pll; 139 140 u16 output_mask; 140 - u8 output_phase_adj[MAX_OUTPUT][4]; 141 141 }; 142 142 143 143 struct idtcm {