Page MenuHomeFreeBSD

Fix bhnd module build
ClosedPublic

Authored by landon_landonf.org on May 2 2016, 7:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 12:58 AM
Unknown Object (File)
Sat, Sep 5, 9:53 PM
Unknown Object (File)
Sat, Sep 5, 2:41 PM
Unknown Object (File)
Sat, Sep 5, 4:48 AM
Unknown Object (File)
Sat, Sep 5, 4:47 AM
Unknown Object (File)
Fri, Sep 4, 2:57 PM
Unknown Object (File)
Thu, Sep 3, 3:28 PM
Unknown Object (File)
Wed, Sep 2, 2:20 PM
Subscribers

Details

Summary
  • Adds missing module dependency declarations.
  • Fixes a build issue introduced with the howmany() changes in HEAD.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

landon_landonf.org retitled this revision from to Fix bhnd module build.
landon_landonf.org updated this object.
landon_landonf.org edited the test plan for this revision. (Show Details)
landon_landonf.org added a reviewer: adrian.
avos added inline comments.
sys/dev/bhnd/bhnd_subr.c
33 ↗(On Diff #15828)

sys/types.h is not needed when sys/param.h is used

I'll try this out soon!

This revision was automatically updated to reflect the committed changes.