diff options
Diffstat (limited to 'drivers/char/i8k.c')
-rw-r--r-- | drivers/char/i8k.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c index 2f8c53b50798..7e31e47ef987 100644 --- a/drivers/char/i8k.c +++ b/drivers/char/i8k.c | |||
@@ -34,8 +34,6 @@ | |||
34 | 34 | ||
35 | #include <linux/i8k.h> | 35 | #include <linux/i8k.h> |
36 | 36 | ||
37 | #define I8K_VERSION "1.14 21/02/2005" | ||
38 | |||
39 | #define I8K_SMM_FN_STATUS 0x0025 | 37 | #define I8K_SMM_FN_STATUS 0x0025 |
40 | #define I8K_SMM_POWER_STATUS 0x0069 | 38 | #define I8K_SMM_POWER_STATUS 0x0069 |
41 | #define I8K_SMM_SET_FAN 0x01a3 | 39 | #define I8K_SMM_SET_FAN 0x01a3 |
@@ -762,9 +760,6 @@ static int __init i8k_init(void) | |||
762 | if (err) | 760 | if (err) |
763 | goto exit_remove_proc; | 761 | goto exit_remove_proc; |
764 | 762 | ||
765 | pr_info("Dell laptop SMM driver v%s Massimo Dal Zotto (dz@debian.org)\n", | ||
766 | I8K_VERSION); | ||
767 | |||
768 | return 0; | 763 | return 0; |
769 | 764 | ||
770 | exit_remove_proc: | 765 | exit_remove_proc: |