diff options
author | Michael Ellerman <[email protected]> | 2023-05-31 22:50:23 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-06-09 23:29:50 +1000 |
commit | a43d52ab96f97967f4c5d28d1607fb1179057786 (patch) | |
tree | 6a6e96632d285b076178612c02821e83a44ac741 | |
parent | 4b668b32023f9afa6d16f541375aab6fae2619db (diff) |
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 <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
-rw-r--r-- | MAINTAINERS | 2 |
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: [email protected] 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 <[email protected]> |