summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/commontypes.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-08-03 04:03:40 +0200
committerGreg Kroah-Hartman2014-08-16 21:23:06 +0200
commitaf96e9c058ff620b78292945e24a9d044b0d6f97 (patch)
tree1074e71e43ea77837584314796eeab24313cea50 /drivers/staging/unisys/include/commontypes.h
parentstaging: unisys: remove INLINE define from commontypes (diff)
downloadkernel-qcow2-linux-af96e9c058ff620b78292945e24a9d044b0d6f97.tar.gz
kernel-qcow2-linux-af96e9c058ff620b78292945e24a9d044b0d6f97.tar.xz
kernel-qcow2-linux-af96e9c058ff620b78292945e24a9d044b0d6f97.zip
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>
Diffstat (limited to 'drivers/staging/unisys/include/commontypes.h')
-rw-r--r--drivers/staging/unisys/include/commontypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/unisys/include/commontypes.h b/drivers/staging/unisys/include/commontypes.h
index 2301984cde7d..fab0c58f8a76 100644
--- a/drivers/staging/unisys/include/commontypes.h
+++ b/drivers/staging/unisys/include/commontypes.h
@@ -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, \