mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
b615d628b6
commit
872a5032b2
|
@ -24,8 +24,6 @@
|
|||
#include "visorchipset_umode.h"
|
||||
#include "version.h"
|
||||
|
||||
#define MYDRVNAME "visorchipset"
|
||||
|
||||
/* module parameters */
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue