CIP-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.10.y-cip 0/2] Fix for module build in ohci-platform.c
@ 2026-08-28  1:51 Nobuhiro Iwamatsu
  2026-08-28  1:51 ` [PATCH 5.10.y-cip 1/2] of: Change of_machine_is_compatible() to return bool Nobuhiro Iwamatsu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2026-08-28  1:51 UTC (permalink / raw)
  To: cip-dev; +Cc: pavel, uli, claudiu.beznea.uj

The commit “22cb10519e8f (”of: Add of_machine_compatible_match()“)”,
which was backported to 5.10.y-cip, causes an error when building the
module in ohci-platform.c.
This fixes an issue with of_machine_compatible_match().

```
[...]
  SORTTAB vmlinux
  SYSMAP  System.map
  MODPOST modules-only.symvers
  OBJCOPY arch/arm64/boot/Image
  GZIP    arch/arm64/boot/Image.gz
ERROR: modpost: "of_machine_compatible_match" [drivers/usb/host/ohci-platform.ko] undefined!
make[1]: *** [scripts/Makefile.modpost:123: modules-only.symvers] Error 1
```

Christophe Leroy (1):
  of: Reimplement of_machine_is_compatible() using
    of_machine_compatible_match()

Michael Ellerman (1):
  of: Change of_machine_is_compatible() to return bool

 drivers/of/base.c  | 22 +---------------------
 include/linux/of.h | 14 +++++++++++++-
 2 files changed, 14 insertions(+), 22 deletions(-)

-- 
2.39.5




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-09-01  5:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28  1:51 [PATCH 5.10.y-cip 0/2] Fix for module build in ohci-platform.c Nobuhiro Iwamatsu
2026-08-28  1:51 ` [PATCH 5.10.y-cip 1/2] of: Change of_machine_is_compatible() to return bool Nobuhiro Iwamatsu
2026-08-28  1:51 ` [PATCH 5.10.y-cip 2/2] of: Reimplement of_machine_is_compatible() using of_machine_compatible_match() Nobuhiro Iwamatsu
2026-08-30  6:46 ` [PATCH 5.10.y-cip 0/2] Fix for module build in ohci-platform.c Pavel Machek
2026-09-01  5:26   ` [cip-dev] " nobuhiro.iwamatsu.x90

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox