summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-06-28 15:22:23 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-06-28 15:22:23 +0000
commitef43f105e6046743b43507218f2bebd884829119 (patch)
treee62580e2336a77f0179704b519d7e91ade385b25 /app-laptop/omnibook/files
parentStable on alpha, bug #275404 (diff)
downloadgentoo-2-ef43f105e6046743b43507218f2bebd884829119.tar.gz
gentoo-2-ef43f105e6046743b43507218f2bebd884829119.tar.bz2
gentoo-2-ef43f105e6046743b43507218f2bebd884829119.zip
Taking maintainership. remove old, bump snapshot
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/omnibook/files')
-rw-r--r--app-laptop/omnibook/files/remove_owner.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-laptop/omnibook/files/remove_owner.patch b/app-laptop/omnibook/files/remove_owner.patch
new file mode 100644
index 000000000000..6133023c34ab
--- /dev/null
+++ b/app-laptop/omnibook/files/remove_owner.patch
@@ -0,0 +1,20 @@
+Index: omnibook-20090628/init.c
+===================================================================
+--- omnibook-20090628.orig/init.c
++++ omnibook-20090628/init.c
+@@ -102,7 +102,6 @@ static struct platform_driver omnibook_d
+ #endif
+ .driver = {
+ .name = OMNIBOOK_MODULE_NAME,
+- .owner = THIS_MODULE,
+ },
+ };
+
+@@ -291,7 +290,6 @@ static int __init omnibook_init(struct o
+ proc_entry->read_proc = &procfile_read_dispatch;
+ if (feature->write)
+ proc_entry->write_proc = &procfile_write_dispatch;
+- proc_entry->owner = THIS_MODULE;
+ }
+ list_add_tail(&feature->list, &omnibook_available_feature->list);
+ return 0;