lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1613192766-14010-4-git-send-email-vincent.cheng.xh@renesas.com> Date: Sat, 13 Feb 2021 00:06:06 -0500 From: <vincent.cheng.xh@...esas.com> To: <richardcochran@...il.com> CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Vincent Cheng <vincent.cheng.xh@...esas.com> Subject: [PATCH v2 net-next 3/3] ptp: ptp_clockmatrix: Remove unused header declarations. From: Vincent Cheng <vincent.cheng.xh@...esas.com> Removed unused header declarations. Signed-off-by: Vincent Cheng <vincent.cheng.xh@...esas.com> --- drivers/ptp/ptp_clockmatrix.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/ptp/ptp_clockmatrix.h b/drivers/ptp/ptp_clockmatrix.h index 0233236..fb32327 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 { -- 2.7.4
Powered by blists - more mailing lists