aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorGreg KH <greg@press.(none)>2005-10-25 11:11:43 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-10-25 11:11:43 -0700
commit2d19c24f5f5ac81213cac52bd0b631b1ce493f89 (patch)
tree269ad7581f1cb1f75f2dc34a6cfa7f26925521d3 /driver
parentccba89f3af1dedceea62ff14af61a1e4bb039824 (diff)
downloadpatches-2d19c24f5f5ac81213cac52bd0b631b1ce493f89.tar.gz
update rest of the series based on rmk's patches
Diffstat (limited to 'driver')
-rw-r--r--driver/driver-sample.sh.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/driver-sample.sh.patch b/driver/driver-sample.sh.patch
index e9361d55c603fb..21d74574f4a6cb 100644
--- a/driver/driver-sample.sh.patch
+++ b/driver/driver-sample.sh.patch
@@ -133,7 +133,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
class_device_add_attrs(class_dev);
--- gregkh-2.6.orig/include/linux/device.h
+++ gregkh-2.6/include/linux/device.h
-@@ -235,6 +235,7 @@ struct class_device {
+@@ -222,6 +222,7 @@ struct class_device {
dev_t devt; /* dev_t, creates the sysfs "dev" */
struct class_device_attribute *devt_attr;
struct class_device_attribute uevent_attr;