staging: unisys: Move MYDRVNAME to visorchipset.h
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 5 May 2015 22:35:39 +0000 (18:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 13:25:53 +0000 (15:25 +0200)
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>
drivers/staging/unisys/visorchipset/globals.h
drivers/staging/unisys/visorchipset/visorchipset.h

index 0884a68f23cd255f23c4876c5f0fd94b42cb560f..ee7e3b49e516a0f93acd95e9ccdd4d35cf55f5bf 100644 (file)
@@ -24,8 +24,6 @@
 #include "visorchipset_umode.h"
 #include "version.h"
 
-#define MYDRVNAME "visorchipset"
-
 /* module parameters */
 
 #endif
index 87b63f0dc36a489ea3e7e9a8d45515ae8a1b60f4..2c2d3fb47dc3064509ca1e5020a5a9e55c520b38 100644 (file)
@@ -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.
  */