aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-06-14 19:01:40 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-06-14 19:01:40 +0000
commit7de871aa81ddbeb9545b5dc00d9dcdd94da94db3 (patch)
tree19877659248668d70d8beb244697453c98f3a942 /sys/dev
parent2ac5ef02d43bf2b517cae04eebbcff57bffe62b3 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/flash/mx25l.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c
index a8ac74d02f55..8430ea60d26c 100644
--- a/sys/dev/flash/mx25l.c
+++ b/sys/dev/flash/mx25l.c
@@ -684,4 +684,6 @@ static driver_t mx25l_driver = {
DRIVER_MODULE(mx25l, spibus, mx25l_driver, mx25l_devclass, 0, 0);
MODULE_DEPEND(mx25l, spibus, 1, 1, 1);
+#ifdef FDT
SPIBUS_PNP_INFO(compat_data);
+#endif