summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/commontypes.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-08-03 04:03:39 +0200
committerGreg Kroah-Hartman2014-08-16 21:23:06 +0200
commit2046fcca74148b627577c6324c811c7e894fa45d (patch)
treedc180fe6f704186e3059846709bb0dd427bc0c3a /drivers/staging/unisys/include/commontypes.h
parentstaging: unisys: remove MEMORYBARRIER AND VolatileBarrier from commontypes (diff)
downloadkernel-qcow2-linux-2046fcca74148b627577c6324c811c7e894fa45d.tar.gz
kernel-qcow2-linux-2046fcca74148b627577c6324c811c7e894fa45d.tar.xz
kernel-qcow2-linux-2046fcca74148b627577c6324c811c7e894fa45d.zip
staging: unisys: remove INLINE define from commontypes
There was a macro for INLINE. Delete it and fix the one occurrance of it to just use 'inline' instead, though that function looks awfully big for an inline... 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 34b31ad7b934..2301984cde7d 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 INLINE inline
#define OFFSETOF offsetof
#define CHANNEL_GUID_MISMATCH(chType, chName, field, expected, actual, fil, \