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, Sep 8, 7:36 PM
Unknown Object (File)
Tue, Sep 8, 11:47 AM
Unknown Object (File)
Sat, Sep 5, 1:08 AM
Unknown Object (File)
Fri, Sep 4, 7:03 PM
Unknown Object (File)
Thu, Sep 3, 8:47 PM
Unknown Object (File)
Wed, Sep 2, 11:02 PM
Unknown Object (File)
Wed, Sep 2, 4:58 PM
Unknown Object (File)
Tue, Sep 1, 9:54 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