summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2014-09-30 12:08:16 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-02 09:47:28 -0700
commit765efdb9170263a1fa202d873e15bfbbf1ec6a86 (patch)
treee11dc4ba1e3d816000c875bff0b67746f694b3f2
parent5ecf6d2a3b623dfdc527a1bd276d84b1674d1a9f (diff)
staging: unisys: get rid of typedef for DRIVER_PC
Simply switch DRIVER_PC to enum driver_pc. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/include/guestlinuxdebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/include/guestlinuxdebug.h
index bf52eb50b79e..912455969c9f 100644
--- a/drivers/staging/unisys/include/guestlinuxdebug.h
+++ b/drivers/staging/unisys/include/guestlinuxdebug.h
@@ -23,7 +23,7 @@
/******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
#include "vmcallinterface.h"
-typedef enum { /* POSTCODE driver identifier tuples */
+enum driver_pc { /* POSTCODE driver identifier tuples */
/* visorchipset driver files */
VISOR_CHIPSET_PC = 0xA0,
VISOR_CHIPSET_PC_controlvm_c = 0xA1,
@@ -58,7 +58,7 @@ typedef enum { /* POSTCODE driver identifier tuples */
UISLIB_PC_uisqueue_c = 0xD2,
UISLIB_PC_uisthread_c = 0xD3,
UISLIB_PC_uisutils_c = 0xD4,
-} DRIVER_PC;
+};
typedef enum { /* POSTCODE event identifier tuples */
ATTACH_PORT_ENTRY_PC = 0x001,