]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: dsa: rename header file 22931/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Tue, 14 Apr 2026 19:40:23 +0000 (21:40 +0200)
committerRobert Marko <robimarko@gmail.com>
Thu, 16 Apr 2026 10:02:25 +0000 (12:02 +0200)
commit8442d625215a96ef35d1d34067a8dd0327d3c1d5
tree8c831c14cc32ed0fe06f84eaf7267f34d8916ede
parentf7e76cc2e71c88d862bea7fe7b406e5e1c12a2f6
realtek: dsa: rename header file

The rtl838x.h header is needed for all targets and not only RTL838x
specific. Rename it to rtl-otto.h to make clear that this is a
generic include.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22931
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/common.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/debugfs.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/dsa.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/qos.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl-otto.h [moved from target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl838x.h with 100% similarity]
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl838x.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl839x.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl930x.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/rtl931x.c
target/linux/realtek/files-6.18/drivers/net/dsa/rtl83xx/tc.c