From e4a73e9c6198b0751460edcabf2415ce79518c5c Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 25 Aug 2014 16:32:20 -0700 Subject: [PATCH] drivers/staging/unisys: fix build drivers/staging/unisys/visorchipset/file.c:31: error: redefinition of typedef 'GUEST_PHYSICAL_ADDRESS' drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h:23: note: previous declaration of 'GUEST_PHYSICAL_ADDRESS' was here Cc: Benjamin Romer Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorchipset/file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/file.c b/drivers/staging/unisys/visorchipset/file.c index c1f954ee7837..34c35dc279c2 100644 --- a/drivers/staging/unisys/visorchipset/file.c +++ b/drivers/staging/unisys/visorchipset/file.c @@ -28,8 +28,6 @@ #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 */ -- 2.34.1