Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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();