net: dsa: mv88e6xxx: rename chip header
The mv88e6xxx.h is meant to contains the chip structures and data. Rename it to chip.h, as for other source/header pairs of the driver. At the same time, ensure that relative header inclusions are separated by a newline and sorted alphabetically. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2d9888c5b2
commit
4d5f2ba778
@@ -15,7 +15,7 @@
|
||||
#include <linux/module.h>
|
||||
#include <net/dsa.h>
|
||||
|
||||
#include "mv88e6xxx.h"
|
||||
#include "chip.h"
|
||||
#include "phy.h"
|
||||
|
||||
int mv88e6165_phy_read(struct mv88e6xxx_chip *chip, struct mii_bus *bus,
|
||||
|
Reference in New Issue
Block a user