MAINTAINERS: remove obsolete OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 18 Mar 2021 17:25:20 +0000 (18:25 +0100)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Mar 2021 06:41:03 +0000 (09:41 +0300)
commit185a04b96883d03ef9242ad6cf8f88160fd67fa4
tree7f3d78ed1d3b443a09095951d1f46b0ef49230e6
parent4adcf4c28f6dc191187359bfceee5ab5fe91a50e
MAINTAINERS: remove obsolete OMAP HWMOD DATA FOR OMAP4-BASED DEVICES

Commit 2584d7e7f87a ("ARM: OMAP2+: Drop legacy platform data for omap4
hwmod") drops the file ./arch/arm/mach-omap2/omap_hwmod_44xx_data.c, but
misses to drop the now obsolete OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
section in MAINTAINERS, which refers to only that file.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches  F:  arch/arm/mach-omap2/omap_hwmod_44xx_data.c

Remove the obsolete OMAP HWMOD DATA FOR OMAP4-BASED DEVICES section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
MAINTAINERS