summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/commontypes.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-07-29 21:09:40 +0200
committerGreg Kroah-Hartman2014-07-31 02:11:10 +0200
commitc242233e5b578ef08362d98171c10519876d0d93 (patch)
tree514ba5b638d5875429215172aff6216febf25ad8 /drivers/staging/unisys/include/commontypes.h
parentstaging: unisys: add sysfs entries for parahotplug support (diff)
downloadkernel-qcow2-linux-c242233e5b578ef08362d98171c10519876d0d93.tar.gz
kernel-qcow2-linux-c242233e5b578ef08362d98171c10519876d0d93.tar.xz
kernel-qcow2-linux-c242233e5b578ef08362d98171c10519876d0d93.zip
staging: unisys: remove U8 type
This patch switches all use of the U8 typedef to use the kernel's u8 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 9de6f9dc5fbf..fbcf15bf19bd 100644
--- a/drivers/staging/unisys/include/commontypes.h
+++ b/drivers/staging/unisys/include/commontypes.h
@@ -30,7 +30,6 @@
#include <syslog.h>
#endif
-#define U8 uint8_t
#define U16 uint16_t
#define U32 uint32_t
#define U64 uint64_t