summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:30:11 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:30:11 -0800
commit5db5272c0a5cd37e5a697e4750fbc4ce6317b7dc (patch)
treeebb132cbe03d613b01bea25c3c552360c8acb2ec /drivers/i2c/i2c-core.c
parentaad40ef3f2b9c4077e5a79606aed24a92ccb0406 (diff)
v2.4.14 -> v2.4.14.1
- me: fix page flags race condition Andrea found - David Miller: sparc and network updates - various: fix loop driver that thought it was part of the VM system - me: teach DRM about VM_RESERVED - Alan Cox: more merging
Diffstat (limited to 'drivers/i2c/i2c-core.c')
-rw-r--r--drivers/i2c/i2c-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
index 01cb077f8cd3..6744afc66e96 100644
--- a/drivers/i2c/i2c-core.c
+++ b/drivers/i2c/i2c-core.c
@@ -1284,7 +1284,7 @@ static int __init i2c_init(void)
#ifdef CONFIG_I2C_ALGOBIT
extern int i2c_algo_bit_init(void);
#endif
-#ifdef CONFIG_I2C_CONFIG_I2C_PHILIPSPAR
+#ifdef CONFIG_I2C_PHILIPSPAR
extern int i2c_bitlp_init(void);
#endif
#ifdef CONFIG_I2C_ELV