]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ptp: ptp_clockmatrix: Remove unused header declarations.
authorVincent Cheng <vincent.cheng.xh@renesas.com>
Wed, 17 Feb 2021 05:42:14 +0000 (00:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2021 21:49:25 +0000 (13:49 -0800)
Removed unused header declarations.

Signed-off-by: Vincent Cheng <vincent.cheng.xh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_clockmatrix.h

index 023323680db7f6a20c400ad2cd42e989e720c230..fb323271063e26b6f833d1edbff8269e275c2735 100644 (file)
@@ -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 {