summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/commontypes.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-07-31 18:00:49 +0200
committerGreg Kroah-Hartman2014-08-01 23:38:44 +0200
commitb06bdf7d5bd4f817b481674d69a63174279e6662 (patch)
treeae1bb273c599b983da8aff30f88d3d38b6a54d2c /drivers/staging/unisys/include/commontypes.h
parentStaging: rts5208: Replace custom macro with dev_dbg (diff)
downloadkernel-qcow2-linux-b06bdf7d5bd4f817b481674d69a63174279e6662.tar.gz
kernel-qcow2-linux-b06bdf7d5bd4f817b481674d69a63174279e6662.tar.xz
kernel-qcow2-linux-b06bdf7d5bd4f817b481674d69a63174279e6662.zip
staging: unisys: remove U16 type
This patch switches all use of the U16 typedef to use the kernel's u16 type instead. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/commontypes.h b/drivers/staging/unisys/include/commontypes.h
index fbcf15bf19bd..2c49b9d01694 100644
--- a/drivers/staging/unisys/include/commontypes.h
+++ b/drivers/staging/unisys/include/commontypes.h
@@ -30,7 +30,6 @@
#include <syslog.h>
#endif
-#define U16 uint16_t
#define U32 uint32_t
#define U64 uint64_t
#define S8 int8_t