diff options
author | Jon Frisch <jon.frisch@unisys.com> | 2016-09-26 11:03:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-27 13:06:16 +0200 |
commit | beedcc51b417126765cd0a8fc9b089b9bea58f08 (patch) | |
tree | fbf2c6cf237d7eae114f7ebd9681c18835d8df79 | |
parent | e82ed633eb814f25861d8942ed33881e4b36d5c4 (diff) |
staging: unisys: visorbus: remove driver version from visorchipset.c
This patch removes the driver version and the version.h include
from visorchipset.c
Signed-off-by: Jon Frisch <jon.frisch@unisys.com>
Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/unisys/visorbus/visorchipset.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index 39e8acaf9bcb..fe3a77324726 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c @@ -25,7 +25,6 @@ #include <linux/uuid.h> #include <linux/crash_dump.h> -#include "version.h" #include "visorbus.h" #include "visorbus_private.h" #include "vmcallinterface.h" @@ -2264,6 +2263,4 @@ module_exit(exit_unisys); MODULE_AUTHOR("Unisys"); MODULE_LICENSE("GPL"); -MODULE_DESCRIPTION("Supervisor chipset driver for service partition: ver " - VERSION); -MODULE_VERSION(VERSION); +MODULE_DESCRIPTION("Supervisor chipset driver for service partition"); |