mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
Remove unnecessary MODULE_DEPEND() from imx_i2c.c, and also from rk_i2c
where it got copied to.
This commit is contained in:
parent
1cf55767b8
commit
a856c60bdd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355860
@ -193,7 +193,6 @@ static devclass_t i2c_devclass;
|
||||
DRIVER_MODULE(imx_i2c, simplebus, i2c_driver, i2c_devclass, 0, 0);
|
||||
DRIVER_MODULE(ofw_iicbus, imx_i2c, ofw_iicbus_driver, ofw_iicbus_devclass, 0, 0);
|
||||
MODULE_DEPEND(imx_i2c, iicbus, 1, 1, 1);
|
||||
MODULE_DEPEND(imx_i2c, ofw_iicbus, 1, 1, 1);
|
||||
SIMPLEBUS_PNP_INFO(compat_data);
|
||||
|
||||
static phandle_t
|
||||
|
@ -699,5 +699,4 @@ EARLY_DRIVER_MODULE(rk_i2c, simplebus, rk_i2c_driver, rk_i2c_devclass, 0, 0,
|
||||
EARLY_DRIVER_MODULE(ofw_iicbus, rk_i2c, ofw_iicbus_driver, ofw_iicbus_devclass,
|
||||
0, 0, BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE);
|
||||
MODULE_DEPEND(rk_i2c, iicbus, 1, 1, 1);
|
||||
MODULE_DEPEND(rk_i2c, ofw_iicbus, 1, 1, 1);
|
||||
MODULE_VERSION(rk_i2c, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user