diff options
author | Azael Avalos <coproscefalo@gmail.com> | 2015-08-01 03:58:16 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-08-05 09:09:15 (GMT) |
commit | 495078f892eef0ac791fd2b32393e1501b5c1c5e (patch) | |
tree | 5572de0ef299259ac7a3258ceef49219d5d94758 /drivers | |
parent | a6b5354f422a1f1cd48a94ed64e54989f9ea7ee2 (diff) | |
download | linux-495078f892eef0ac791fd2b32393e1501b5c1c5e.tar.xz |
toshiba_acpi: Bump driver version to 0.23
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/toshiba_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index c184699..6740c51 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c @@ -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> |