MAINTAINERS: adjust SAMSUNG SOC CLOCK DRIVERS after s3c24xx support removal
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 11 Jan 2023 09:28:28 +0000 (10:28 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 1 Feb 2023 16:29:30 +0000 (17:29 +0100)
commitd0610c6e97b5975b38ced92abb7258492200fe05
tree19e7824d5bf0ad57b9bf09a56ad15f7a579d1806
parent323c54b97f833e8cd7b81eb773e3cdc0112a9984
MAINTAINERS: adjust SAMSUNG SOC CLOCK DRIVERS after s3c24xx support removal

Commit a4946a153cb9 ("ARM: s3c: remove all s3c24xx support") removes all
files that match the file pattern 'include/dt-bindings/clock/s3c*.h'.

Hence,  ./scripts/get_maintainer.pl --self-test=patterns complains about a
obsolete file pattern in SAMSUNG SOC CLOCK DRIVERS, as it does not match
any file in the repository after the commit above.

Remove this obsolete file entry in SAMSUNG SOC CLOCK DRIVERS.

Fixes: a4946a153cb9 ("ARM: s3c: remove all s3c24xx support")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
MAINTAINERS