Remove some files that snuck in via cut and paste.

Having these compiled into the module causes the kobj method descriptors
to be resolved incorrectly (by the compile-time linker instead of the
kernel linker), which then leads to hours of frustrating debugging.
This commit is contained in:
Ian Lepore 2018-02-21 16:34:04 +00:00
parent a39d359d85
commit 3982006ed5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329729
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ SRCS= at45d.c
SRCS+= \
bus_if.h \
device_if.h \
spibus_if.c \
spibus_if.h \
.if !empty(OPT_FDT)

View File

@ -9,7 +9,6 @@ SRCS= mx25l.c
SRCS+= \
bus_if.h \
device_if.h \
spibus_if.c \
spibus_if.h \
.if !empty(OPT_FDT)