diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 10:58:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 10:58:03 +0000 |
commit | a5bb07b2cb3836410c52d6ba7bfe16a22208cd0f (patch) | |
tree | 35c6225c1bc7734c4c829fea1aa2f65431a4c066 /target/linux/ixp4xx/patches-2.6.25/294-eeprom_new_notifier.patch | |
parent | 80d4cfc35d284708d5840fdffd362c12fe7d4a2f (diff) | |
download | upstream-a5bb07b2cb3836410c52d6ba7bfe16a22208cd0f.tar.gz upstream-a5bb07b2cb3836410c52d6ba7bfe16a22208cd0f.tar.bz2 upstream-a5bb07b2cb3836410c52d6ba7bfe16a22208cd0f.zip |
[ixp4xx] refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.25/294-eeprom_new_notifier.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.25/294-eeprom_new_notifier.patch | 16 |
1 files changed, 8 insertions, 8 deletions
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 e8e59dfb27..5849a7b1a3 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,7 @@ -Index: linux-2.6.25.1/drivers/i2c/chips/eeprom.c +Index: linux-2.6.25.4/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 +--- linux-2.6.25.4.orig/drivers/i2c/chips/eeprom.c ++++ linux-2.6.25.4/drivers/i2c/chips/eeprom.c @@ -33,6 +33,8 @@ #include <linux/jiffies.h> #include <linux/i2c.h> @@ -99,10 +99,10 @@ 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 +Index: linux-2.6.25.4/include/linux/eeprom.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/linux/eeprom.h ++++ linux-2.6.25.4/include/linux/eeprom.h @@ -0,0 +1,71 @@ +#ifndef _LINUX_EEPROM_H +#define _LINUX_EEPROM_H @@ -175,10 +175,10 @@ 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 +Index: linux-2.6.25.4/include/linux/notifier.h =================================================================== ---- linux-2.6.25.1.orig/include/linux/notifier.h -+++ linux-2.6.25.1/include/linux/notifier.h +--- linux-2.6.25.4.orig/include/linux/notifier.h ++++ linux-2.6.25.4/include/linux/notifier.h @@ -248,5 +248,8 @@ extern struct blocking_notifier_head reb #define VT_WRITE 0x0003 /* A char got output */ #define VT_UPDATE 0x0004 /* A bigger update occurred */ |