diff options
author | Azael Avalos <coproscefalo@gmail.com> | 2015-05-06 18:35:13 +0300 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-05-11 20:38:21 +0300 |
commit | 63ba3e28fd7302905052fc1b5fdcdd6bcd38a999 (patch) | |
tree | c65c3c66d21b728aaa06d6a3fc407a53f910dba9 /drivers/platform/x86/toshiba_acpi.c | |
parent | 8baec45da1181572c0f8dc40c421c3f7ebecb0ab (diff) | |
download | linux-63ba3e28fd7302905052fc1b5fdcdd6bcd38a999.tar.xz |
toshiba_acpi: Bump driver version to 0.22
This patch simply bumps the driver version to 0.22, as significant
changes were made to the driver, such as cleanups, updated events,
keymap handling, fixes and the bluetooth rfkill code removal.
Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/toshiba_acpi.c')
-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 26671923b994..58d611946b7b 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.21" +#define TOSHIBA_ACPI_VERSION "0.22" #define PROC_INTERFACE_VERSION 1 #include <linux/kernel.h> |