drivers/staging/unisys: fix build
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 25 Aug 2014 23:32:20 +0000 (16:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Aug 2014 19:18:51 +0000 (12:18 -0700)
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 <benjamin.romer@unisys.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/file.c

index c1f954ee7837d72feb9b7d2e48cd2fe1ddd9b6ed..34c35dc279c279b80a6d2bb6dc91fc7f56193fbf 100644 (file)
@@ -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 */