mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
modules/mqnic: Add missing request_module
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
e167423ed4
commit
07f3924b75
@ -396,6 +396,8 @@ static int mqnic_generic_board_init(struct mqnic_dev *mqnic)
|
||||
case MQNIC_BOARD_ID_EXANIC_X25:
|
||||
case MQNIC_BOARD_ID_ADM_PCIE_9V3:
|
||||
|
||||
request_module("at24");
|
||||
|
||||
// create I2C adapter
|
||||
adapter = mqnic_i2c_adapter_create(mqnic, 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user