mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 14:42:34 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e82ed633eb
commit
beedcc51b4
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user