summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2023-05-31 22:50:23 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2023-06-09 23:29:50 +1000
commita43d52ab96f97967f4c5d28d1607fb1179057786 (patch)
tree6a6e96632d285b076178612c02821e83a44ac741 /MAINTAINERS
parent4b668b32023f9afa6d16f541375aab6fae2619db (diff)
downloadlinux-stable-a43d52ab96f97967f4c5d28d1607fb1179057786.tar.gz
linux-stable-a43d52ab96f97967f4c5d28d1607fb1179057786.tar.bz2
linux-stable-a43d52ab96f97967f4c5d28d1607fb1179057786.zip
MAINTAINERS: Exclude m68k-only drivers from powerpc entry
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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e0ad886d3163..134591a7a899 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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>