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)
Sat, Apr 6, 7:04 PM
Unknown Object (File)
Thu, Mar 28, 8:21 PM
Unknown Object (File)
Dec 23 2023, 12:30 AM
Unknown Object (File)
Aug 12 2023, 9:18 PM
Unknown Object (File)
Jun 13 2023, 11:42 AM
Unknown Object (File)
Apr 14 2023, 4:28 AM
Unknown Object (File)
Apr 1 2023, 1:36 PM
Unknown Object (File)
Mar 3 2023, 4:21 PM
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