Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tristram Ha and committed by
David S. Miller
84bd1908 c2e86691

+2 -2
+1 -1
drivers/net/dsa/microchip/ksz9477.c
··· 19 19 20 20 #include "ksz_priv.h" 21 21 #include "ksz_common.h" 22 - #include "ksz_9477_reg.h" 22 + #include "ksz9477_reg.h" 23 23 24 24 static const struct { 25 25 int index;
drivers/net/dsa/microchip/ksz_9477_reg.h drivers/net/dsa/microchip/ksz9477_reg.h
+1 -1
drivers/net/dsa/microchip/ksz_priv.h
··· 14 14 #include <linux/etherdevice.h> 15 15 #include <net/dsa.h> 16 16 17 - #include "ksz_9477_reg.h" 17 + #include "ksz9477_reg.h" 18 18 19 19 struct ksz_io_ops; 20 20