diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2017-06-02 23:06:15 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-05 02:07:40 +0200 |
commit | 4d5f2ba77801c9ce81dc7a7b32de2d6aa63fbe93 (patch) | |
tree | 26b8f37914fa8cc2a748b771147b7bcf9a770b3d /drivers/net/dsa/mv88e6xxx/port.h | |
parent | Merge branch 'dsa-cleanups-before-multi-CPU-port' (diff) | |
download | linux-4d5f2ba77801c9ce81dc7a7b32de2d6aa63fbe93.tar.xz linux-4d5f2ba77801c9ce81dc7a7b32de2d6aa63fbe93.zip |
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>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/port.h')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/port.h b/drivers/net/dsa/mv88e6xxx/port.h index 86f40887b6d2..497a6911b2bd 100644 --- a/drivers/net/dsa/mv88e6xxx/port.h +++ b/drivers/net/dsa/mv88e6xxx/port.h @@ -15,7 +15,7 @@ #ifndef _MV88E6XXX_PORT_H #define _MV88E6XXX_PORT_H -#include "mv88e6xxx.h" +#include "chip.h" int mv88e6xxx_port_read(struct mv88e6xxx_chip *chip, int port, int reg, u16 *val); |