]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
toshiba_acpi: Bump driver version to 0.23
authorAzael Avalos <coproscefalo@gmail.com>
Sat, 1 Aug 2015 03:58:16 +0000 (21:58 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 5 Aug 2015 09:09:15 +0000 (02:09 -0700)
Given that some features were added (/dev/toshiba_acpi device), some
clean-ups and minor (cosmetic) changes all over the driver code, bump
the driver version to 0.23 to reflect these overall changes.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_acpi.c

index c18469903eeed308c843d0774e092e3c00c96269..6740c513919cc153f522a0c72e3fd4e183dab16a 100644 (file)
@@ -31,7 +31,7 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-#define TOSHIBA_ACPI_VERSION   "0.22"
+#define TOSHIBA_ACPI_VERSION   "0.23"
 #define PROC_INTERFACE_VERSION 1
 
 #include <linux/kernel.h>