projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8114352
)
acer-wmi: Remove version number
author
Carlos Corbacho
<
[email protected]
>
Sat, 21 Jun 2008 08:09:58 +0000
(09:09 +0100)
committer
Andi Kleen
<
[email protected]
>
Wed, 16 Jul 2008 21:27:02 +0000
(23:27 +0200)
It doesn't make much sense these days.
Signed-off-by: Carlos Corbacho <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
Signed-off-by: Andi Kleen <
[email protected]
>
drivers/misc/acer-wmi.c
patch
|
blob
|
history
diff --git
a/drivers/misc/acer-wmi.c
b/drivers/misc/acer-wmi.c
index d8b8574e303c46ade8cad89dec64f09a9cf582ba..e7a3fe508dff00c9cd9d0e8db8a5227e487f3737 100644
(file)
--- a/
drivers/misc/acer-wmi.c
+++ b/
drivers/misc/acer-wmi.c
@@
-22,8
+22,6
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#define ACER_WMI_VERSION "0.1"
-
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
@@
-1177,8
+1175,7
@@
static int __init acer_wmi_init(void)
{
int err;
- printk(ACER_INFO "Acer Laptop ACPI-WMI Extras version %s\n",
- ACER_WMI_VERSION);
+ printk(ACER_INFO "Acer Laptop ACPI-WMI Extras\n");
find_quirks();