summaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/linux_syscall
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2015-03-07 14:16:51 +0000
committerjmcneill <jmcneill@NetBSD.org>2015-03-07 14:16:51 +0000
commit9e86cc08319771cd8ca1d6ace4f0a8dfeb6d4e14 (patch)
treee5098b5229231db6d455c25e8e94642e5fecc097 /sys/modules/dtrace/linux_syscall
parentd2cbe81cb8b7160997f102b76b9f7f5f72d25a5a (diff)
i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the dependencies in files.i2c and switch device drivers to depend on "i2cexec" module instead. A kernel with a USB stack and no I2C controller / bus attachment would spit out a bunch of "WARNING: module error: can't find builtin dependency `iic'" messages at boot. This change solves that problem.
Diffstat (limited to 'sys/modules/dtrace/linux_syscall')
0 files changed, 0 insertions, 0 deletions