mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
acer-wmi: Remove version number
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>
This commit is contained in:
parent
81143522aa
commit
860f0c6b3d
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user