Skip to content

Commit

Permalink
acer-wmi: Remove version number
Browse files Browse the repository at this point in the history
It doesn't make much sense these days.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
  • Loading branch information
Carlos Corbacho authored and Andi Kleen committed Jul 16, 2008
1 parent 8114352 commit 860f0c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/misc/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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();

Expand Down

0 comments on commit 860f0c6

Please sign in to comment.