[PATCH 4/5] UBUNTU: SAUCE: Remove proc_dir_entry::owner setting
Ike Panhc
ike.pan at canonical.com
Mon Apr 20 14:06:46 UTC 2009
Since the proc_dir_entry::owner has been remove from include/linux/proc_fs.h,
we can not set it anymore.
Ignore: yes
Signed-off-by: Ike Panhc <ike.pan at canonical.com>
---
ubuntu/lenovo-sl-laptop/lenovo-sl-laptop.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ubuntu/lenovo-sl-laptop/lenovo-sl-laptop.c b/ubuntu/lenovo-sl-laptop/lenovo-sl-laptop.c
index b3a698f..63ff181 100644
--- a/ubuntu/lenovo-sl-laptop/lenovo-sl-laptop.c
+++ b/ubuntu/lenovo-sl-laptop/lenovo-sl-laptop.c
@@ -1209,7 +1209,6 @@ static int lenovo_sl_procfs_init(void)
"Failed to create proc dir acpi/%s/\n", LENSL_PROC_DIRNAME);
return -ENOENT;
}
- proc_dir->owner = THIS_MODULE;
proc_ec = create_proc_entry(LENSL_PROC_EC, 0600, proc_dir);
if (!proc_ec) {
vdbg_printk(LENSL_ERR,
--
1.5.6.3
More information about the kernel-team
mailing list