aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/i8k.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-12-14 09:30:14 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-18 16:45:38 -0800
commit14d32383965243ea37f00656538d91a2ea3a719f (patch)
tree179c5a949de1861b92b22afbbb24e18c4482fd73 /drivers/char/i8k.c
parenti8k: Remove obsolete link to out-of-tree driver (diff)
downloadlinux-dev-14d32383965243ea37f00656538d91a2ea3a719f.tar.xz
linux-dev-14d32383965243ea37f00656538d91a2ea3a719f.zip
i8k: Drop driver version number and info message at startup
The driver version number is long since obsolete, so drop it. Also, drop the info message at driver startup to reduce boot noise. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/i8k.c')
-rw-r--r--drivers/char/i8k.c5
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 @@
#include <linux/i8k.h>
-#define I8K_VERSION "1.14 21/02/2005"
-
#define I8K_SMM_FN_STATUS 0x0025
#define I8K_SMM_POWER_STATUS 0x0069
#define I8K_SMM_SET_FAN 0x01a3
@@ -762,9 +760,6 @@ static int __init i8k_init(void)
if (err)
goto exit_remove_proc;
- pr_info("Dell laptop SMM driver v%s Massimo Dal Zotto (dz@debian.org)\n",
- I8K_VERSION);
-
return 0;
exit_remove_proc: