Index: head/sys/modules/spi/at45d/Makefile =================================================================== --- head/sys/modules/spi/at45d/Makefile (revision 329728) +++ head/sys/modules/spi/at45d/Makefile (revision 329729) @@ -1,19 +1,18 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/dev/flash KMOD= at45d SRCS= at45d.c # Generated files... SRCS+= \ bus_if.h \ device_if.h \ - spibus_if.c \ spibus_if.h \ .if !empty(OPT_FDT) SRCS+= ofw_bus_if.h .endif .include Index: head/sys/modules/spi/mx25l/Makefile =================================================================== --- head/sys/modules/spi/mx25l/Makefile (revision 329728) +++ head/sys/modules/spi/mx25l/Makefile (revision 329729) @@ -1,19 +1,18 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/dev/flash KMOD= mx25l SRCS= mx25l.c # Generated files... SRCS+= \ bus_if.h \ device_if.h \ - spibus_if.c \ spibus_if.h \ .if !empty(OPT_FDT) SRCS+= ofw_bus_if.h .endif .include