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/platform/x86/thinkpad_acpi.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/platform/x86/thinkpad_acpi.c')
-rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index ba3682c5cde0..a40b075743d9 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
@@ -6116,7 +6116,7 @@ static struct ibm_struct volume_driver_data = { | |||
6116 | * ThinkPads from this same time period (and earlier) probably lack the | 6116 | * ThinkPads from this same time period (and earlier) probably lack the |
6117 | * tachometer as well. | 6117 | * tachometer as well. |
6118 | * | 6118 | * |
6119 | * Unfortunately a lot of ThinkPads with new-style ECs but whose firwmare | 6119 | * Unfortunately a lot of ThinkPads with new-style ECs but whose firmware |
6120 | * was never fixed by IBM to report the EC firmware version string | 6120 | * was never fixed by IBM to report the EC firmware version string |
6121 | * probably support the tachometer (like the early X models), so | 6121 | * probably support the tachometer (like the early X models), so |
6122 | * detecting it is quite hard. We need more data to know for sure. | 6122 | * detecting it is quite hard. We need more data to know for sure. |
@@ -7332,7 +7332,6 @@ static int __init ibm_init(struct ibm_init_struct *iibm) | |||
7332 | ret = -ENODEV; | 7332 | ret = -ENODEV; |
7333 | goto err_out; | 7333 | goto err_out; |
7334 | } | 7334 | } |
7335 | entry->owner = THIS_MODULE; | ||
7336 | entry->data = ibm; | 7335 | entry->data = ibm; |
7337 | entry->read_proc = &dispatch_procfs_read; | 7336 | entry->read_proc = &dispatch_procfs_read; |
7338 | if (ibm->write) | 7337 | if (ibm->write) |
@@ -7745,7 +7744,6 @@ static int __init thinkpad_acpi_module_init(void) | |||
7745 | thinkpad_acpi_module_exit(); | 7744 | thinkpad_acpi_module_exit(); |
7746 | return -ENODEV; | 7745 | return -ENODEV; |
7747 | } | 7746 | } |
7748 | proc_dir->owner = THIS_MODULE; | ||
7749 | 7747 | ||
7750 | ret = platform_driver_register(&tpacpi_pdriver); | 7748 | ret = platform_driver_register(&tpacpi_pdriver); |
7751 | if (ret) { | 7749 | if (ret) { |