MAINTAINERS: Exclude m68k-only drivers from powerpc entry
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 31 May 2023 12:50:23 +0000 (22:50 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 9 Jun 2023 13:29:50 +0000 (23:29 +1000)
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.

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230531125023.1121060-1-mpe@ellerman.id.au
MAINTAINERS

index e0ad886d316324d8bdd25befb706cd2fda82d9f9..134591a7a899bafc432e9e4f7a35b39ea0cb7896 100644 (file)
@@ -11912,6 +11912,8 @@ L:      linuxppc-dev@lists.ozlabs.org
 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@ellerman.id.au>