From: Jes Sorensen Date: Tue, 5 May 2015 22:35:39 +0000 (-0400) Subject: staging: unisys: Move MYDRVNAME to visorchipset.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=872a5032b28e5d1d420b487104adb84f9406653d;p=deliverable%2Flinux.git staging: unisys: Move MYDRVNAME to visorchipset.h Signed-off-by: Jes Sorensen Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- 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. */