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


Groups > linux.kernel > #1689276 > unrolled thread

[PATCH net-next 01/12] net: dsa: mv88e6xxx: remove unneeded dsa header

Started byVivien Didelot <vivien.didelot@savoirfairelinux.com>
First post2017-07-17 19:10 +0200
Last post2017-07-17 21:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH net-next 01/12] net: dsa: mv88e6xxx: remove unneeded dsa header Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-07-17 19:10 +0200
    Re: [PATCH net-next 01/12] net: dsa: mv88e6xxx: remove unneeded dsa  header Andrew Lunn <andrew@lunn.ch> - 2017-07-17 21:00 +0200

#1689276 — [PATCH net-next 01/12] net: dsa: mv88e6xxx: remove unneeded dsa header

FromVivien Didelot <vivien.didelot@savoirfairelinux.com>
Date2017-07-17 19:10 +0200
Subject[PATCH net-next 01/12] net: dsa: mv88e6xxx: remove unneeded dsa header
Message-ID<u4hGX-7SW-35@gated-at.bofh.it>
phy.c does not need to include the DSA public header. Remove it.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
 drivers/net/dsa/mv88e6xxx/phy.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/dsa/mv88e6xxx/phy.c b/drivers/net/dsa/mv88e6xxx/phy.c
index 3500ac0ea848..436668bd50dc 100644
--- a/drivers/net/dsa/mv88e6xxx/phy.c
+++ b/drivers/net/dsa/mv88e6xxx/phy.c
@@ -13,7 +13,6 @@
 
 #include <linux/mdio.h>
 #include <linux/module.h>
-#include <net/dsa.h>
 
 #include "chip.h"
 #include "phy.h"
-- 
2.13.2

[toc] | [next] | [standalone]


#1689359 — Re: [PATCH net-next 01/12] net: dsa: mv88e6xxx: remove unneeded dsa header

FromAndrew Lunn <andrew@lunn.ch>
Date2017-07-17 21:00 +0200
SubjectRe: [PATCH net-next 01/12] net: dsa: mv88e6xxx: remove unneeded dsa header
Message-ID<u4jpp-hn-49@gated-at.bofh.it>
In reply to#1689276
On Mon, Jul 17, 2017 at 01:03:35PM -0400, Vivien Didelot wrote:
> phy.c does not need to include the DSA public header. Remove it.
> 
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>

Signed-off-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web