Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1312366

question about samsung/sxgbe/sxgbe_xpcs.c

From Julia Lawall <julia.lawall@lip6.fr>
Newsgroups linux.kernel
Subject question about samsung/sxgbe/sxgbe_xpcs.c
Date 2016-01-19 17:30 +0100
Message-ID <qSHkm-1Ws-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello,

I was windering what is the purpose of the file
drivers/net/ethernet/samsung/sxgbe/sxgbe_xpcs.c

I can't find anything that refers to it, and if I remove it from the
makefile:

@@ -1,4 +1,4 @@
 obj-$(CONFIG_SXGBE_ETH) += samsung-sxgbe.o
 samsung-sxgbe-objs:= sxgbe_platform.o sxgbe_main.o sxgbe_desc.o \
                sxgbe_dma.o sxgbe_core.o sxgbe_mtl.o  sxgbe_mdio.o \
-               sxgbe_ethtool.o sxgbe_xpcs.o $(samsung-sxgbe-y)
+               sxgbe_ethtool.o $(samsung-sxgbe-y)

and then make clean and recompile, I see no bad effect.

thanks,
julia

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

question about samsung/sxgbe/sxgbe_xpcs.c Julia Lawall <julia.lawall@lip6.fr> - 2016-01-19 17:30 +0100
  Re: question about samsung/sxgbe/sxgbe_xpcs.c Shuah Khan <shuahkhan@gmail.com> - 2016-01-19 19:20 +0100
    Re: question about samsung/sxgbe/sxgbe_xpcs.c Julia Lawall <julia.lawall@lip6.fr> - 2016-01-19 20:00 +0100
      Re: question about samsung/sxgbe/sxgbe_xpcs.c David Miller <davem@davemloft.net> - 2016-01-19 20:40 +0100
        Re: question about samsung/sxgbe/sxgbe_xpcs.c Jεan Sacren <sakiwit@gmail.com> - 2016-01-21 06:20 +0100
          Re: question about samsung/sxgbe/sxgbe_xpcs.c Shuah Khan <shuahkh@osg.samsung.com> - 2016-01-21 15:10 +0100
            Re: question about samsung/sxgbe/sxgbe_xpcs.c David Miller <davem@davemloft.net> - 2016-01-21 20:10 +0100
          Re: question about samsung/sxgbe/sxgbe_xpcs.c David Miller <davem@davemloft.net> - 2016-01-21 19:50 +0100
            Re: question about samsung/sxgbe/sxgbe_xpcs.c Jεan Sacren <sakiwit@gmail.com> - 2016-01-21 20:40 +0100

csiph-web