Browse Source

pch_gbe: 'select' NET_PTP_CLASSIFY.

Fixes the following randconfig build failure:

> drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c: In function
> ‘pch_ptp_match’:
> drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c:130:2: error:
> implicit declaration of function ‘ptp_classify_raw’
> [-Werror=implicit-function-declaration]
>   if (ptp_classify_raw(skb) == PTP_CLASS_NONE)
>   ^
> cc1: some warnings being treated as errors
> make[5]: *** [drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.o] Error 1

Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 11 years ago
parent
commit
4e5f9ef380
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/ethernet/oki-semi/pch_gbe/Kconfig

+ 1 - 0
drivers/net/ethernet/oki-semi/pch_gbe/Kconfig

@@ -7,6 +7,7 @@ config PCH_GBE
 	depends on PCI && (X86_32 || COMPILE_TEST)
 	depends on PCI && (X86_32 || COMPILE_TEST)
 	select MII
 	select MII
 	select PTP_1588_CLOCK_PCH
 	select PTP_1588_CLOCK_PCH
+	select NET_PTP_CLASSIFY
 	---help---
 	---help---
 	  This is a gigabit ethernet driver for EG20T PCH.
 	  This is a gigabit ethernet driver for EG20T PCH.
 	  EG20T PCH is the platform controller hub that is used in Intel's
 	  EG20T PCH is the platform controller hub that is used in Intel's