summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/commontypes.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-07-31 18:00:59 +0200
committerGreg Kroah-Hartman2014-08-01 23:38:45 +0200
commit30de72dbb54f3ea92fd83f086bc5c00b28277971 (patch)
tree6965033b1e8246c6e7fecdf24dc12490864ff600 /drivers/staging/unisys/include/commontypes.h
parentstaging: unisys: remove UINTN type (diff)
downloadkernel-qcow2-linux-30de72dbb54f3ea92fd83f086bc5c00b28277971.tar.gz
kernel-qcow2-linux-30de72dbb54f3ea92fd83f086bc5c00b28277971.tar.xz
kernel-qcow2-linux-30de72dbb54f3ea92fd83f086bc5c00b28277971.zip
staging: unisys: remove MEMSET define
Remove the redundant MEMSET define in commontypes.h and fix everyplace that uses it. 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 7fdf207297de..3540976fabc2 100644
--- a/drivers/staging/unisys/include/commontypes.h
+++ b/drivers/staging/unisys/include/commontypes.h
@@ -27,7 +27,6 @@
typedef u64 GUEST_PHYSICAL_ADDRESS;
-#define MEMSET(ptr, val, len) memset(ptr, val, len)
#define MEMCMP_IO(m1, m2, len) memcmp((void __force *)m1, m2, len)
#define INLINE inline