net: dsa: mv88e6xxx: remove unneeded dsa header

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Vivien Didelot 2017-07-17 13:03:35 -04:00 коммит произвёл David S. Miller
Родитель 46f55cffa4
Коммит 7b23268c9d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,6 @@
#include <linux/mdio.h>
#include <linux/module.h>
#include <net/dsa.h>
#include "chip.h"
#include "phy.h"