diff options
author | Azael Avalos <coproscefalo@gmail.com> | 2015-02-10 23:09:21 -0500 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-02-11 23:40:48 -0500 |
commit | 7216d7021d42e51377a0065c427eed3f01c81fe9 (patch) | |
tree | 1e57357f7b5fdc7517166e154c112ff1754bb9f4 | |
parent | 17fe4b3d31e6b1d3afd40a34849fa353d0ca5616 (diff) |
toshiba_acpi: Bump version number to 0.21
Several new features were added on previous patches, so lets bump up
the driver version.
And also, update the copyright year.
Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r-- | drivers/platform/x86/toshiba_acpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index b162a54f03a7..d6e97aadde0b 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 2002-2004 John Belmonte | 5 | * Copyright (C) 2002-2004 John Belmonte |
6 | * Copyright (C) 2008 Philip Langdale | 6 | * Copyright (C) 2008 Philip Langdale |
7 | * Copyright (C) 2010 Pierre Ducroquet | 7 | * Copyright (C) 2010 Pierre Ducroquet |
8 | * Copyright (C) 2014 Azael Avalos | 8 | * Copyright (C) 2014-2015 Azael Avalos |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License as published by | 11 | * it under the terms of the GNU General Public License as published by |
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 39 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
40 | 40 | ||
41 | #define TOSHIBA_ACPI_VERSION "0.20" | 41 | #define TOSHIBA_ACPI_VERSION "0.21" |
42 | #define PROC_INTERFACE_VERSION 1 | 42 | #define PROC_INTERFACE_VERSION 1 |
43 | 43 | ||
44 | #include <linux/kernel.h> | 44 | #include <linux/kernel.h> |