summaryrefslogtreecommitdiff
path: root/linux-core/radeon_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/radeon_i2c.c')
-rw-r--r--linux-core/radeon_i2c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/radeon_i2c.c b/linux-core/radeon_i2c.c
index df369d6b..e19ea186 100644
--- a/linux-core/radeon_i2c.c
+++ b/linux-core/radeon_i2c.c
@@ -134,6 +134,8 @@ int radeon_create_i2c_busses(drm_device_t * dev)
dev_priv->i2c[3].ddc_reg = GPIO_CRT2_DDC;
setup_i2c_bus(dev, &dev_priv->i2c[3], "crt2");
+ request_module("eeprom");
+
return 0;
}