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)
Tue, Mar 31, 6:18 PM
Unknown Object (File)
Tue, Mar 31, 8:09 AM
Unknown Object (File)
Wed, Mar 25, 9:22 AM
Unknown Object (File)
Sun, Mar 22, 6:14 PM
Unknown Object (File)
Thu, Mar 19, 5:20 PM
Unknown Object (File)
Wed, Mar 18, 6:50 AM
Unknown Object (File)
Sun, Mar 8, 6:48 PM
Unknown Object (File)
Sun, Mar 8, 7:25 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