summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2015-05-05 18:35:39 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-08 15:25:53 +0200
commit872a5032b28e5d1d420b487104adb84f9406653d (patch)
tree47d8f298a6b0e8a0e6df37723dfc29f59bcf4111
parentb615d628b672c90b377c4167429c0c3b66621ba6 (diff)
staging: unisys: Move MYDRVNAME to visorchipset.h
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/visorchipset/globals.h2
-rw-r--r--drivers/staging/unisys/visorchipset/visorchipset.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/unisys/visorchipset/globals.h b/drivers/staging/unisys/visorchipset/globals.h
index 0884a68f23cd..ee7e3b49e516 100644
--- a/drivers/staging/unisys/visorchipset/globals.h
+++ b/drivers/staging/unisys/visorchipset/globals.h
@@ -24,8 +24,6 @@
#include "visorchipset_umode.h"
#include "version.h"
-#define MYDRVNAME "visorchipset"
-
/* module parameters */
#endif
diff --git a/drivers/staging/unisys/visorchipset/visorchipset.h b/drivers/staging/unisys/visorchipset/visorchipset.h
index 87b63f0dc36a..2c2d3fb47dc3 100644
--- a/drivers/staging/unisys/visorchipset/visorchipset.h
+++ b/drivers/staging/unisys/visorchipset/visorchipset.h
@@ -28,6 +28,8 @@
#include "vbusdeviceinfo.h"
#include "vbushelper.h"
+#define MYDRVNAME "visorchipset"
+
/** Describes the state from the perspective of which controlvm messages have
* been received for a bus or device.
*/