From 9ea6fe7aa6ba27cc7003c9cd141e9146a492416d Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Sat, 23 Oct 2004 04:21:27 +0000 Subject: Prepare to eliminate inter_module_get("agp") --- linux-core/radeon_i2c.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-core/radeon_i2c.c') 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; } -- cgit v1.2.3