From: Benjamin Romer Date: Thu, 23 Oct 2014 18:29:46 +0000 (-0400) Subject: staging: unisys: get rid of IO_DATA_STRUCTURE typedef X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eb44bd3f43429fcedde1aaff3e83badf17c8b3d9;p=deliverable%2Flinux.git staging: unisys: get rid of IO_DATA_STRUCTURE typedef Nobody was using this, so just remove it. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/common-spar/include/vmcallinterface.h b/drivers/staging/unisys/common-spar/include/vmcallinterface.h index cc8ed6e4cdb4..78333719c496 100644 --- a/drivers/staging/unisys/common-spar/include/vmcallinterface.h +++ b/drivers/staging/unisys/common-spar/include/vmcallinterface.h @@ -107,7 +107,6 @@ struct phys_info { #pragma pack(pop) /* ///////////// END PRAGMA PACK PUSH 1 /////////////////////////// */ -typedef struct phys_info IO_DATA_STRUCTURE; /* ///////////// BEGIN PRAGMA PACK PUSH 1 ///////////////////////// */ /* ///////////// ONLY STRUCT TYPE SHOULD BE BELOW */