mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
imx_gpio: Make ext_resources non-optional
EXT_RESOURCES have been introduced in 12-CURRENT and all supported releases have it enabled in their kernel config. MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33831
This commit is contained in:
parent
774a4b6a51
commit
90a5fc326e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <dev/ofw/ofw_bus.h>
|
||||
#include <dev/ofw/ofw_bus_subr.h>
|
||||
|
||||
#if defined(EXT_RESOURCES) && defined(__aarch64__)
|
||||
#if defined(__aarch64__)
|
||||
#define IMX_ENABLE_CLOCKS
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue