From: Arnd Bergmann <arnd@arndb.de>
The igc driver was accidentally left out of the Kconfig rework for PTP,
it needs the same dependency as the others:
arm-linux-gnueabi-ld: drivers/net/ethernet/intel/igc/igc_main.o: in function `igc_tsync_interrupt':
igc_main.c:(.text+0x1b288): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: igc_main.c:(.text+0x1b308): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: igc_main.c:(.text+0x1b8cc): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: drivers/net/ethernet/intel/igc/igc_ethtool.o: in function `igc_ethtool_get_ts_info':
Fixes: e5f31552674e ("ethernet: fix PTP_1588_CLOCK dependencies")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
drivers/net/ethernet/intel/Kconfig | 1 +
1 file changed, 1 insertion(+)
From: Randy Dunlap <hidden> Date: 2021-09-27 17:44:27
On 9/27/21 6:17 AM, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de>
The igc driver was accidentally left out of the Kconfig rework for PTP,
it needs the same dependency as the others:
arm-linux-gnueabi-ld: drivers/net/ethernet/intel/igc/igc_main.o: in function `igc_tsync_interrupt':
igc_main.c:(.text+0x1b288): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: igc_main.c:(.text+0x1b308): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: igc_main.c:(.text+0x1b8cc): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: drivers/net/ethernet/intel/igc/igc_ethtool.o: in function `igc_ethtool_get_ts_info':
Fixes: e5f31552674e ("ethernet: fix PTP_1588_CLOCK dependencies")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Same patch is already merged in linux-next (via net tree).
Thanks.
From: Randy Dunlap <hidden> Date: 2021-09-27 17:46:27
On 9/27/21 6:17 AM, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de>
The igc driver was accidentally left out of the Kconfig rework for PTP,
it needs the same dependency as the others:
arm-linux-gnueabi-ld: drivers/net/ethernet/intel/igc/igc_main.o: in function `igc_tsync_interrupt':
igc_main.c:(.text+0x1b288): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: igc_main.c:(.text+0x1b308): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: igc_main.c:(.text+0x1b8cc): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: drivers/net/ethernet/intel/igc/igc_ethtool.o: in function `igc_ethtool_get_ts_info':
Fixes: e5f31552674e ("ethernet: fix PTP_1588_CLOCK dependencies")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Same patch is already merged in mainline.
Thanks.
(Sorry if someone receives my reply 2x. I had an email glitch.)
From: "Keller, Jacob E" <jacob.e.keller@intel.com> Date: 2021-09-27 22:35:42
-----Original Message-----
From: Arnd Bergmann <arnd@kernel.org>
Sent: Monday, September 27, 2021 6:17 AM
To: Brandeburg, Jesse <redacted>; Nguyen, Anthony L
[off-list ref]; David S. Miller [off-list ref]; Jakub
Kicinski [off-list ref]
Cc: Arnd Bergmann <arnd@arndb.de>; Keller, Jacob E
[off-list ref]; Saleem, Shiraz [off-list ref]; Kurt
Kanzenbach [off-list ref]; Ertman, David M
[off-list ref]; Shannon Nelson [off-list ref];
Richard Cochran [off-list ref]; Vladimir Oltean
[off-list ref]; intel-wired-lan@lists.osuosl.org;
netdev@vger.kernel.org; linux-kernel@vger.kernel.org
Subject: [PATCH] igc: fix PTP dependency
From: Arnd Bergmann <arnd@arndb.de>
The igc driver was accidentally left out of the Kconfig rework for PTP,
it needs the same dependency as the others:
arm-linux-gnueabi-ld: drivers/net/ethernet/intel/igc/igc_main.o: in function
`igc_tsync_interrupt':
igc_main.c:(.text+0x1b288): undefined reference to `ptp_clock_event'
arm-linux-gnueabi-ld: igc_main.c:(.text+0x1b308): undefined reference to
`ptp_clock_event'
arm-linux-gnueabi-ld: igc_main.c:(.text+0x1b8cc): undefined reference to
`ptp_clock_event'
arm-linux-gnueabi-ld: drivers/net/ethernet/intel/igc/igc_ethtool.o: in function
`igc_ethtool_get_ts_info':
Fixes: e5f31552674e ("ethernet: fix PTP_1588_CLOCK dependencies")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>