netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* question about samsung/sxgbe/sxgbe_xpcs.c
@ 2016-01-19 16:26 Julia Lawall
  2016-01-19 18:18 ` Shuah Khan
  0 siblings, 1 reply; 9+ messages in thread
From: Julia Lawall @ 2016-01-19 16:26 UTC (permalink / raw)
  To: bh74.an, ks.giri, vipul.pandya, netdev, linux-kernel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-01-21 19:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 16:26 question about samsung/sxgbe/sxgbe_xpcs.c Julia Lawall
2016-01-19 18:18 ` Shuah Khan
2016-01-19 18:54   ` Julia Lawall
2016-01-19 19:36     ` David Miller
2016-01-21  5:10       ` Jεan Sacren
2016-01-21 14:04         ` Shuah Khan
2016-01-21 19:09           ` David Miller
2016-01-21 18:45         ` David Miller
2016-01-21 19:32           ` Jεan Sacren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).