From: Luiz Angelo Daros de Luca Date: Sat, 12 Feb 2022 02:25:34 +0000 (-0300) Subject: net: dsa: realtek: rename macro to match filename X-Git-Tag: v5.18-rc1~136^2~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db45f8d955dac24e3dc58c0829f6c0760190986;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Florian Fainelli Reviewed-by: Linus Walleij Reviewed-by: Andrew Lunn Reviewed-by: Alvin Šipraga Acked-by: Arınç ÜNAL Signed-off-by: David S. Miller --- diff --git a/drivers/net/dsa/realtek/realtek.h b/drivers/net/dsa/realtek/realtek.h index ed5abf6cb3d68..3512b832b1481 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 */ -#ifndef _REALTEK_SMI_H -#define _REALTEK_SMI_H +#ifndef _REALTEK_H +#define _REALTEK_H #include #include @@ -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 */