net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.h

Rename ksz_9477_reg.h to ksz9477_reg.h for consistency as the product
name is always KSZ####.

Signed-off-by: Tristram Ha <Tristram.Ha@microchip.com>
Reviewed-by: Woojung Huh <Woojung.Huh@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Tristram Ha 2018-11-20 15:55:10 -08:00 committed by David S. Miller
parent c2e866911e
commit 84bd190819
3 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include "ksz_priv.h"
#include "ksz_common.h"
#include "ksz_9477_reg.h"
#include "ksz9477_reg.h"
static const struct {
int index;

View File

@ -14,7 +14,7 @@
#include <linux/etherdevice.h>
#include <net/dsa.h>
#include "ksz_9477_reg.h"
#include "ksz9477_reg.h"
struct ksz_io_ops;