diff options
author | Len Brown <len.brown@intel.com> | 2009-04-05 02:14:15 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-05 02:14:15 -0400 |
commit | 478c6a43fcbc6c11609f8cee7c7b57223907754f (patch) | |
tree | a7f7952099da60d33032aed6de9c0c56c9f8779e /drivers/acpi/video.c | |
parent | 8a3f257c704e02aee9869decd069a806b45be3f1 (diff) | |
parent | 6bb597507f9839b13498781e481f5458aea33620 (diff) |
Merge branch 'linus' into release
Conflicts:
arch/x86/kernel/cpu/cpufreq/longhaul.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/video.c')
-rw-r--r-- | drivers/acpi/video.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index d51d6f06c09b..ab06143672bc 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
@@ -1256,8 +1256,6 @@ static int acpi_video_device_add_fs(struct acpi_device *device) | |||
1256 | if (!device_dir) | 1256 | if (!device_dir) |
1257 | return -ENOMEM; | 1257 | return -ENOMEM; |
1258 | 1258 | ||
1259 | device_dir->owner = THIS_MODULE; | ||
1260 | |||
1261 | /* 'info' [R] */ | 1259 | /* 'info' [R] */ |
1262 | entry = proc_create_data("info", S_IRUGO, device_dir, | 1260 | entry = proc_create_data("info", S_IRUGO, device_dir, |
1263 | &acpi_video_device_info_fops, acpi_driver_data(device)); | 1261 | &acpi_video_device_info_fops, acpi_driver_data(device)); |
@@ -1531,8 +1529,6 @@ static int acpi_video_bus_add_fs(struct acpi_device *device) | |||
1531 | if (!device_dir) | 1529 | if (!device_dir) |
1532 | return -ENOMEM; | 1530 | return -ENOMEM; |
1533 | 1531 | ||
1534 | device_dir->owner = THIS_MODULE; | ||
1535 | |||
1536 | /* 'info' [R] */ | 1532 | /* 'info' [R] */ |
1537 | entry = proc_create_data("info", S_IRUGO, device_dir, | 1533 | entry = proc_create_data("info", S_IRUGO, device_dir, |
1538 | &acpi_video_bus_info_fops, | 1534 | &acpi_video_bus_info_fops, |
@@ -2291,7 +2287,6 @@ int acpi_video_register(void) | |||
2291 | acpi_video_dir = proc_mkdir(ACPI_VIDEO_CLASS, acpi_root_dir); | 2287 | acpi_video_dir = proc_mkdir(ACPI_VIDEO_CLASS, acpi_root_dir); |
2292 | if (!acpi_video_dir) | 2288 | if (!acpi_video_dir) |
2293 | return -ENODEV; | 2289 | return -ENODEV; |
2294 | acpi_video_dir->owner = THIS_MODULE; | ||
2295 | 2290 | ||
2296 | result = acpi_bus_register_driver(&acpi_video_bus); | 2291 | result = acpi_bus_register_driver(&acpi_video_bus); |
2297 | if (result < 0) { | 2292 | if (result < 0) { |