diff options
Diffstat (limited to 'drivers/message/i2o/i2o_proc.c')
-rw-r--r-- | drivers/message/i2o/i2o_proc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/message/i2o/i2o_proc.c b/drivers/message/i2o/i2o_proc.c index 9a36b5a7de57..7045c45da9b1 100644 --- a/drivers/message/i2o/i2o_proc.c +++ b/drivers/message/i2o/i2o_proc.c | |||
@@ -2037,8 +2037,6 @@ static int __init i2o_proc_fs_create(void) | |||
2037 | if (!i2o_proc_dir_root) | 2037 | if (!i2o_proc_dir_root) |
2038 | return -1; | 2038 | return -1; |
2039 | 2039 | ||
2040 | i2o_proc_dir_root->owner = THIS_MODULE; | ||
2041 | |||
2042 | list_for_each_entry(c, &i2o_controllers, list) | 2040 | list_for_each_entry(c, &i2o_controllers, list) |
2043 | i2o_proc_iop_add(i2o_proc_dir_root, c); | 2041 | i2o_proc_iop_add(i2o_proc_dir_root, c); |
2044 | 2042 | ||