aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-02-23 15:43:25 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-02-23 15:43:25 -0800
commit84a09ac6babf889cf41a4325c272a508dc57899b (patch)
tree90a4e8739027b76790f3efb8438e4a4116d9ba24 /driver
parent4d1c23e762ec6fdc5dcdee2447ffb5331d62a33f (diff)
downloadpatches-84a09ac6babf889cf41a4325c272a508dc57899b.tar.gz
2.6.16-rc4-git6 refresh
Diffstat (limited to 'driver')
-rw-r--r--driver/allow-sysfs-attribute-files-to-be-pollable.patch2
-rw-r--r--driver/export_symbol_gpl_future-usb.patch13
2 files changed, 7 insertions, 8 deletions
diff --git a/driver/allow-sysfs-attribute-files-to-be-pollable.patch b/driver/allow-sysfs-attribute-files-to-be-pollable.patch
index aedf27538425e..334906b302c82 100644
--- a/driver/allow-sysfs-attribute-files-to-be-pollable.patch
+++ b/driver/allow-sysfs-attribute-files-to-be-pollable.patch
@@ -189,7 +189,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
#include <asm/atomic.h>
#define KOBJ_NAME_LEN 20
-@@ -54,6 +55,7 @@ struct kobject {
+@@ -56,6 +57,7 @@ struct kobject {
struct kset * kset;
struct kobj_type * ktype;
struct dentry * dentry;
diff --git a/driver/export_symbol_gpl_future-usb.patch b/driver/export_symbol_gpl_future-usb.patch
index b87cb2b7cd889..a12ede5d5377a 100644
--- a/driver/export_symbol_gpl_future-usb.patch
+++ b/driver/export_symbol_gpl_future-usb.patch
@@ -7,9 +7,9 @@ pointer for developers to receive help if they need it.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
- Documentation/feature-removal-schedule.txt | 19 +++++++++++++++++++
+ Documentation/feature-removal-schedule.txt | 18 ++++++++++++++++++
drivers/usb/core/driver.c | 6 +++---
- 2 files changed, 22 insertions(+), 3 deletions(-)
+ 2 files changed, 21 insertions(+), 3 deletions(-)
--- gregkh-2.6.orig/drivers/usb/core/driver.c
+++ gregkh-2.6/drivers/usb/core/driver.c
@@ -39,10 +39,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+EXPORT_SYMBOL_GPL_FUTURE(usb_deregister);
--- gregkh-2.6.orig/Documentation/feature-removal-schedule.txt
+++ gregkh-2.6/Documentation/feature-removal-schedule.txt
-@@ -171,3 +171,22 @@ Why: The ISA interface is faster and sho
- probing is also known to cause trouble in at least one case (see
- bug #5889.)
- Who: Jean Delvare <khali@linux-fr.org>
+@@ -180,3 +180,21 @@ Why: These events are not correct, and d
+ when a file system has been mounted or unmounted. Userspace should
+ poll the /proc/mounts file instead to detect this properly.
+ Who: Greg Kroah-Hartman <gregkh@suse.de>
+
+---------------------------
+
@@ -61,4 +61,3 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Who: Greg Kroah-Hartman <gregkh@suse.de>
+
+---------------------------
-+