* [PATCH -next] dwc_eth_qos: remove unused including <linux/version.h>
@ 2016-07-04 15:24 weiyj_lk
2016-07-05 7:09 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: weiyj_lk @ 2016-07-04 15:24 UTC (permalink / raw)
To: Lars Persson; +Cc: Wei Yongjun, netdev
From: Wei Yongjun <weiyj.lk@gmail.com>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
---
drivers/net/ethernet/synopsys/dwc_eth_qos.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/synopsys/dwc_eth_qos.c b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
index c14fa91..c34111b 100644
--- a/drivers/net/ethernet/synopsys/dwc_eth_qos.c
+++ b/drivers/net/ethernet/synopsys/dwc_eth_qos.c
@@ -46,7 +46,6 @@
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/vmalloc.h>
-#include <linux/version.h>
#include <linux/device.h>
#include <linux/bitrev.h>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-05 7:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 15:24 [PATCH -next] dwc_eth_qos: remove unused including <linux/version.h> weiyj_lk
2016-07-05 7:09 ` David Miller
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).