Commit 860f0c6b authored by Carlos Corbacho's avatar Carlos Corbacho Committed by Andi Kleen

acer-wmi: Remove version number

It doesn't make much sense these days.
Signed-off-by: default avatarCarlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
parent 81143522
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#define ACER_WMI_VERSION "0.1"
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>
...@@ -1177,8 +1175,7 @@ static int __init acer_wmi_init(void) ...@@ -1177,8 +1175,7 @@ static int __init acer_wmi_init(void)
{ {
int err; int err;
printk(ACER_INFO "Acer Laptop ACPI-WMI Extras version %s\n", printk(ACER_INFO "Acer Laptop ACPI-WMI Extras\n");
ACER_WMI_VERSION);
find_quirks(); find_quirks();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment