[PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry

From: Michael Ellerman
Date: Wed May 31 2023 - 08:56:44 EST


The powerpc section has a "F:" entry for drivers/macintosh, matching all
files in or below drivers/macintosh. That is correct for the most part,
but there are a couple of m68k-only drivers in the directory, so exclude
those.

Signed-off-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 250518fc70ff..9bbb613d386a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11916,6 +11916,8 @@ L: linuxppc-dev@xxxxxxxxxxxxxxxx
S: Odd Fixes
F: arch/powerpc/platforms/powermac/
F: drivers/macintosh/
+X: drivers/macintosh/adb-iop.c
+X: drivers/macintosh/via-macii.c

LINUX FOR POWERPC (32-BIT AND 64-BIT)
M: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
--
2.40.1