From c8ebfc888f9ee93f2dc7cd62b3be66263755d99a Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 17:57:11 -0800 Subject: v2.4.1.2 -> v2.4.1.3 - Jens: better ordering of requests when unable to merge - Neil Brown: make md work as a module again (we cannot autodetect in modules, not enough background information) - Neil Brown: raid5 SMP locking cleanups - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and dentry leak fix - maestro3 shutdown fix - fix dcache hash calculation that could cause bad hashes under certain circumstances (Dean Gaudet) - David Miller: networking and sparc updates - Jeff Garzik: include file cleanups - Andy Grover: ACPI update - Coda-fs error return fixes - rth: alpha Jensen update --- drivers/i2c/i2c-algo-bit.c | 2 +- drivers/i2c/i2c-algo-pcf.c | 2 +- drivers/i2c/i2c-core.c | 19 +------------------ drivers/i2c/i2c-dev.c | 2 +- drivers/i2c/i2c-elektor.c | 2 +- drivers/i2c/i2c-elv.c | 2 +- drivers/i2c/i2c-pcf8584.h | 2 +- 7 files changed, 7 insertions(+), 24 deletions(-) (limited to 'drivers/i2c') diff --git a/drivers/i2c/i2c-algo-bit.c b/drivers/i2c/i2c-algo-bit.c index c4ecf7daece9..48d6c6492c8a 100644 --- a/drivers/i2c/i2c-algo-bit.c +++ b/drivers/i2c/i2c-algo-bit.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/i2c/i2c-algo-pcf.c b/drivers/i2c/i2c-algo-pcf.c index cadd051b7350..5618b7557f17 100644 --- a/drivers/i2c/i2c-algo-pcf.c +++ b/drivers/i2c/i2c-algo-pcf.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c index 84e6003640a4..b9db448d274b 100644 --- a/drivers/i2c/i2c-core.c +++ b/drivers/i2c/i2c-core.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include @@ -1277,31 +1277,14 @@ static int __init i2c_init(void) } #ifndef MODULE -#ifdef CONFIG_I2C_CHARDEV extern int i2c_dev_init(void); -#endif -#ifdef CONFIG_I2C_ALGOBIT extern int i2c_algo_bit_init(void); -#endif -#ifdef CONFIG_I2C_BITLP extern int i2c_bitlp_init(void); -#endif -#ifdef CONFIG_I2C_BITELV extern int i2c_bitelv_init(void); -#endif -#ifdef CONFIG_I2C_BITVELLE extern int i2c_bitvelle_init(void); -#endif -#ifdef CONFIG_I2C_BITVIA extern int i2c_bitvia_init(void); -#endif - -#ifdef CONFIG_I2C_ALGOPCF extern int i2c_algo_pcf_init(void); -#endif -#ifdef CONFIG_I2C_PCFISA extern int i2c_pcfisa_init(void); -#endif /* This is needed for automatic patch generation: sensors code starts here */ /* This is needed for automatic patch generation: sensors code ends here */ diff --git a/drivers/i2c/i2c-dev.c b/drivers/i2c/i2c-dev.c index cf6afc575ce2..b647b16ad14c 100644 --- a/drivers/i2c/i2c-dev.c +++ b/drivers/i2c/i2c-dev.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #if LINUX_KERNEL_VERSION >= KERNEL_VERSION(2,4,0) #include diff --git a/drivers/i2c/i2c-elektor.c b/drivers/i2c/i2c-elektor.c index 9e82fbdf4026..590f42ff2c62 100644 --- a/drivers/i2c/i2c-elektor.c +++ b/drivers/i2c/i2c-elektor.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/i2c/i2c-elv.c b/drivers/i2c/i2c-elv.c index adae40c4ce95..0fcd9a65b35f 100644 --- a/drivers/i2c/i2c-elv.c +++ b/drivers/i2c/i2c-elv.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include diff --git a/drivers/i2c/i2c-pcf8584.h b/drivers/i2c/i2c-pcf8584.h index 9f0874012f91..4908ebae5526 100644 --- a/drivers/i2c/i2c-pcf8584.h +++ b/drivers/i2c/i2c-pcf8584.h @@ -75,4 +75,4 @@ #define I2C_PCF_INTREG I2C_PCF_ES2 #define I2C_PCF_CLKREG I2C_PCF_ES1 -#endif I2C_PCF8584_H +#endif /* I2C_PCF8584_H */ -- cgit v1.2.3