Author: andrew
Date: Tue Dec  8 20:05:27 2015
New Revision: 292001
URL: https://svnweb.freebsd.org/changeset/base/292001

Log:
  ahci_generic.c needs ofw_bus_if.h, add it to the module.

Modified:
  head/sys/modules/ahci/Makefile

Modified: head/sys/modules/ahci/Makefile
==============================================================================
--- head/sys/modules/ahci/Makefile      Tue Dec  8 19:32:58 2015        
(r292000)
+++ head/sys/modules/ahci/Makefile      Tue Dec  8 20:05:27 2015        
(r292001)
@@ -6,7 +6,7 @@ KMOD=   ahci
 SRCS=  ahci.c ahci_pci.c ahciem.c ahci.h device_if.h bus_if.h pci_if.h 
opt_cam.h
 
 .if ${MACHINE_CPUARCH} == "aarch64"
-SRCS+= ahci_generic.c
+SRCS+= ahci_generic.c ofw_bus_if.h
 .endif
 
 .include <bsd.kmod.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to