summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/commontypes.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-07-31 18:00:53 +0200
committerGreg Kroah-Hartman2014-08-01 23:38:44 +0200
commit15c564ecf259bfa16370cf514795a442d3e0fb3c (patch)
tree30d0f272d733bac82503419f696b8c96571dfdf8 /drivers/staging/unisys/include/commontypes.h
parentstaging: unisys: remove S8 type (diff)
downloadkernel-qcow2-linux-15c564ecf259bfa16370cf514795a442d3e0fb3c.tar.gz
kernel-qcow2-linux-15c564ecf259bfa16370cf514795a442d3e0fb3c.tar.xz
kernel-qcow2-linux-15c564ecf259bfa16370cf514795a442d3e0fb3c.zip
staging: unisys: remove S16 type
This patch switches all use of the S16 typedef to use the kernel's s16 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 15429f85aaec..8bfa76012bcc 100644
--- a/drivers/staging/unisys/include/commontypes.h
+++ b/drivers/staging/unisys/include/commontypes.h
@@ -30,7 +30,6 @@
#include <syslog.h>
#endif
-#define S16 int16_t
#define S32 int32_t
#define S64 int64_t