summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorJon Frisch <jon.frisch@unisys.com>2016-09-26 11:03:42 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-27 13:06:16 +0200
commitbeedcc51b417126765cd0a8fc9b089b9bea58f08 (patch)
treefbf2c6cf237d7eae114f7ebd9681c18835d8df79 /drivers/staging/unisys
parente82ed633eb814f25861d8942ed33881e4b36d5c4 (diff)
downloadop-kernel-dev-beedcc51b417126765cd0a8fc9b089b9bea58f08.zip
op-kernel-dev-beedcc51b417126765cd0a8fc9b089b9bea58f08.tar.gz
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>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index 39e8aca..fe3a773 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");
OpenPOWER on IntegriCloud