mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
[bhnd] fix compilation due to incompatible types
Submitted by: Michael Zhilin <mizhka@gmail.com> Differential Revision: https://reviews.freebsd.org/D6532
This commit is contained in:
parent
09c84055a0
commit
b80427f906
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ bhnd_soc_is_hw_disabled(device_t dev, device_t child)
|
|||
return false;
|
||||
}
|
||||
|
||||
static int
|
||||
static bhnd_attach_type
|
||||
bhnd_soc_get_attach_type(device_t dev, device_t child)
|
||||
{
|
||||
return (BHND_ATTACH_NATIVE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue