mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 19:06:23 +07:00
staging: unisys: remove GUEST_PHYSICAL_ADDRESS from commontypes.h
The typedef for GUEST_PHYSICAL address is only used in two files, so remove it from commontypes.h and add it to visorchipset/file.c and controlvmchannel.h. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2046fcca74
commit
af96e9c058
@ -20,6 +20,9 @@
|
||||
#include "commontypes.h"
|
||||
#include "channel.h"
|
||||
#include "controlframework.h"
|
||||
|
||||
typedef u64 GUEST_PHYSICAL_ADDRESS;
|
||||
|
||||
enum { INVALID_GUEST_FIRMWARE, SAMPLE_GUEST_FIRMWARE,
|
||||
TIANO32_GUEST_FIRMWARE, TIANO64_GUEST_FIRMWARE
|
||||
};
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include <linux/io.h>
|
||||
#include <linux/uuid.h>
|
||||
|
||||
typedef u64 GUEST_PHYSICAL_ADDRESS;
|
||||
|
||||
#define OFFSETOF offsetof
|
||||
|
||||
#define CHANNEL_GUID_MISMATCH(chType, chName, field, expected, actual, fil, \
|
||||
|
@ -28,6 +28,8 @@
|
||||
|
||||
#define CURRENT_FILE_PC VISOR_CHIPSET_PC_file_c
|
||||
|
||||
typedef u64 GUEST_PHYSICAL_ADDRESS;
|
||||
|
||||
static struct cdev Cdev;
|
||||
static VISORCHANNEL **PControlVm_channel;
|
||||
static dev_t MajorDev = -1; /**< indicates major num for device */
|
||||
|
Loading…
Reference in New Issue
Block a user