X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/60289aade7304b10112a6839dcf293e719f057eb..bdc7bbd91c1eff18494a135f156dfbb17a9f201e:/target/linux/ixp4xx/patches-2.6.25/294-eeprom_new_notifier.patch diff --git a/target/linux/ixp4xx/patches-2.6.25/294-eeprom_new_notifier.patch b/target/linux/ixp4xx/patches-2.6.25/294-eeprom_new_notifier.patch index e8e59dfb2..165ca6a80 100644 --- a/target/linux/ixp4xx/patches-2.6.25/294-eeprom_new_notifier.patch +++ b/target/linux/ixp4xx/patches-2.6.25/294-eeprom_new_notifier.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.25.1/drivers/i2c/chips/eeprom.c -=================================================================== ---- linux-2.6.25.1.orig/drivers/i2c/chips/eeprom.c -+++ linux-2.6.25.1/drivers/i2c/chips/eeprom.c +--- a/drivers/i2c/chips/eeprom.c ++++ b/drivers/i2c/chips/eeprom.c @@ -33,6 +33,8 @@ #include #include @@ -11,7 +9,7 @@ Index: linux-2.6.25.1/drivers/i2c/chips/eeprom.c /* Addresses to scan */ static const unsigned short normal_i2c[] = { 0x50, 0x51, 0x52, 0x53, 0x54, -@@ -41,26 +43,7 @@ static const unsigned short normal_i2c[] +@@ -41,26 +43,7 @@ /* Insmod parameters */ I2C_CLIENT_INSMOD_1(eeprom); @@ -39,7 +37,7 @@ Index: linux-2.6.25.1/drivers/i2c/chips/eeprom.c static int eeprom_attach_adapter(struct i2c_adapter *adapter); static int eeprom_detect(struct i2c_adapter *adapter, int address, int kind); -@@ -197,6 +180,7 @@ static int eeprom_detect(struct i2c_adap +@@ -197,6 +180,7 @@ data->valid = 0; mutex_init(&data->update_lock); data->nature = UNKNOWN; @@ -47,7 +45,7 @@ Index: linux-2.6.25.1/drivers/i2c/chips/eeprom.c /* Tell the I2C layer a new client has arrived */ if ((err = i2c_attach_client(new_client))) -@@ -224,6 +208,9 @@ static int eeprom_detect(struct i2c_adap +@@ -224,6 +208,9 @@ if (err) goto exit_detach; @@ -57,7 +55,7 @@ Index: linux-2.6.25.1/drivers/i2c/chips/eeprom.c return 0; exit_detach: -@@ -249,6 +236,41 @@ static int eeprom_detach_client(struct i +@@ -249,6 +236,41 @@ return 0; } @@ -99,10 +97,8 @@ Index: linux-2.6.25.1/drivers/i2c/chips/eeprom.c static int __init eeprom_init(void) { return i2c_add_driver(&eeprom_driver); -Index: linux-2.6.25.1/include/linux/eeprom.h -=================================================================== --- /dev/null -+++ linux-2.6.25.1/include/linux/eeprom.h ++++ b/include/linux/eeprom.h @@ -0,0 +1,71 @@ +#ifndef _LINUX_EEPROM_H +#define _LINUX_EEPROM_H @@ -175,11 +171,9 @@ Index: linux-2.6.25.1/include/linux/eeprom.h +extern int unregister_eeprom_notifier(struct notifier_block *nb); + +#endif /* _LINUX_EEPROM_H */ -Index: linux-2.6.25.1/include/linux/notifier.h -=================================================================== ---- linux-2.6.25.1.orig/include/linux/notifier.h -+++ linux-2.6.25.1/include/linux/notifier.h -@@ -248,5 +248,8 @@ extern struct blocking_notifier_head reb +--- a/include/linux/notifier.h ++++ b/include/linux/notifier.h +@@ -248,5 +248,8 @@ #define VT_WRITE 0x0003 /* A char got output */ #define VT_UPDATE 0x0004 /* A bigger update occurred */