summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2013-05-29 23:56:49 +0000
committermarius <marius@FreeBSD.org>2013-05-29 23:56:49 +0000
commitb70d778fe619e714d738fe202bd855ce66b24448 (patch)
tree64ed09a5ffaf4ea7951b73c8a1a23d876e525007 /sys/modules
parentd8a1822e27283d82375a5639c39c6679c562622d (diff)
downloadFreeBSD-src-b70d778fe619e714d738fe202bd855ce66b24448.zip
FreeBSD-src-b70d778fe619e714d738fe202bd855ce66b24448.tar.gz
Fix a typo in r249213; the second bus_if.h should have been isa_if.h.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ata/atacbus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ata/atacbus/Makefile b/sys/modules/ata/atacbus/Makefile
index c602b2d..a291ad4 100644
--- a/sys/modules/ata/atacbus/Makefile
+++ b/sys/modules/ata/atacbus/Makefile
@@ -4,6 +4,6 @@
KMOD= atacbus
SRCS= ata-cbus.c
-SRCS+= ata_if.h isa_if.h bus_if.h device_if.h bus_if.h
+SRCS+= ata_if.h bus_if.h device_if.h isa_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud