diff options
author | 2009-06-28 15:22:23 +0000 | |
---|---|---|
committer | 2009-06-28 15:22:23 +0000 | |
commit | f3bc982833cd73f9a6df894bed2bb4486470ea53 (patch) | |
tree | 6ef8550d4ec89756137e0b506e15c70f08fe38c0 /app-laptop/omnibook/files | |
parent | Stable on alpha, bug #275404 (diff) | |
download | historical-f3bc982833cd73f9a6df894bed2bb4486470ea53.tar.gz historical-f3bc982833cd73f9a6df894bed2bb4486470ea53.tar.bz2 historical-f3bc982833cd73f9a6df894bed2bb4486470ea53.zip |
Taking maintainership. remove old, bump snapshot
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-laptop/omnibook/files')
-rw-r--r-- | app-laptop/omnibook/files/remove_owner.patch | 20 |
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; |