aboutsummaryrefslogtreecommitdiffstats
diff options
authorGreg Kroah-Hartman <gregkh@suse.de>2008-08-01 11:45:53 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2008-08-01 11:45:53 -0700
commit3dd9bf0e726de0ca68469d16a180ecd8b227b62a (patch)
treef2fb842b38fa4cee93f5e577d09151fc0fe71f01
parent75df97777c3290511a6afa1e5094380888b81957 (diff)
downloadpatches-3dd9bf0e726de0ca68469d16a180ecd8b227b62a.tar.gz
sysfs.h fix found by randy.
-rw-r--r--driver-core/sysfs-support-sysfs_notify-from-atomic-context-with-new-sysfs_notify_dirent.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-core/sysfs-support-sysfs_notify-from-atomic-context-with-new-sysfs_notify_dirent.patch b/driver-core/sysfs-support-sysfs_notify-from-atomic-context-with-new-sysfs_notify_dirent.patch
index 579d3d4c254e0c..4f74959826ee67 100644
--- a/driver-core/sysfs-support-sysfs_notify-from-atomic-context-with-new-sysfs_notify_dirent.patch
+++ b/driver-core/sysfs-support-sysfs_notify-from-atomic-context-with-new-sysfs_notify_dirent.patch
@@ -188,7 +188,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+{
+ return NULL;
+}
-+static inline struct sysfs_dirent sysfs_get(struct sysfs_dirent *sd)
++static inline struct sysfs_dirent *sysfs_get(struct sysfs_dirent *sd)
+{
+ return NULL;
+}