[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:
adrian 2016-05-24 15:39:57 +00:00
parent 42eb56568a
commit c4b089eef9

View File

@ -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);