Commit 84bd1908 authored by Tristram Ha's avatar Tristram Ha Committed by David S. Miller
Browse files

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: default avatarTristram Ha <Tristram.Ha@microchip.com>
Reviewed-by: default avatarWoojung Huh <Woojung.Huh@microchip.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c2e86691
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;