diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2022-02-12 05:25:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-14 16:46:04 +0300 |
commit | 7db45f8d955dac24e3dc58c0829f6c0760190986 (patch) | |
tree | 0c4814cf6a9437d84761fc7604c0578ab3c1d90c /drivers/net/dsa/realtek | |
parent | da54d75bebf4d837ad9f747086433d0a5ef7c497 (diff) | |
download | linux-7db45f8d955dac24e3dc58c0829f6c0760190986.tar.xz |
net: dsa: realtek: rename macro to match filename
The macro was missed while renaming realtek-smi.h to realtek.h.
Fixes: f5f119077b1c (net: dsa: realtek: rename realtek_smi to)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Alvin Šipraga <alsi@bang-olufsen.dk>
Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/realtek')
-rw-r--r-- | drivers/net/dsa/realtek/realtek.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/dsa/realtek/realtek.h b/drivers/net/dsa/realtek/realtek.h index ed5abf6cb3d6..3512b832b148 100644 --- a/drivers/net/dsa/realtek/realtek.h +++ b/drivers/net/dsa/realtek/realtek.h @@ -5,8 +5,8 @@ * Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org> */ -#ifndef _REALTEK_SMI_H -#define _REALTEK_SMI_H +#ifndef _REALTEK_H +#define _REALTEK_H #include <linux/phy.h> #include <linux/platform_device.h> @@ -142,4 +142,4 @@ void rtl8366_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data); extern const struct realtek_variant rtl8366rb_variant; extern const struct realtek_variant rtl8365mb_variant; -#endif /* _REALTEK_SMI_H */ +#endif /* _REALTEK_H */ |