Page MenuHomeFreeBSD

Include required ofw_gpiobus.c when building gpiobus module for OFW/FDT targets.
AbandonedPublic

Authored by landonf on Jan 10 2018, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 12 2025, 7:27 PM
Unknown Object (File)
Feb 24 2025, 12:02 AM
Unknown Object (File)
Feb 7 2025, 12:22 AM
Unknown Object (File)
Jan 10 2025, 10:41 AM
Unknown Object (File)
Nov 20 2024, 11:54 PM
Unknown Object (File)
Oct 3 2024, 10:13 PM
Unknown Object (File)
Oct 2 2024, 4:27 AM
Unknown Object (File)
Sep 30 2024, 12:36 AM
Subscribers

Details

Reviewers
jhibbits
adrian
Summary

On FDT systems, gpiobus.c depends on ofw_gpiobus_register_provider() and
ofw_gpiobus_unregister_provider() from ofw_gpiobus.c; this file is included
in the kernel build if 'device gpio' is enabled, but is not inluded in the
module build.

Apologies for asking for a review of a three-liner; I just didn't want to
stomp on anything outside my purview.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14263
Build 14424: arc lint + arc unit