summaryrefslogtreecommitdiffstats
path: root/libion
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-05-18 15:41:16 -0700
committerChih-Hung Hsieh <chh@google.com>2016-05-18 15:41:16 -0700
commiteabd5108b310c7dcc773285a15de5cd62b16575e (patch)
tree24f17d7cbfb0911bc311321efe9ec2b99ee62120 /libion
parent9b0eb7cdf4ac4650fc3f476c2f5a91c50a18e524 (diff)
downloadsystem_core-eabd5108b310c7dcc773285a15de5cd62b16575e.tar.gz
system_core-eabd5108b310c7dcc773285a15de5cd62b16575e.tar.bz2
system_core-eabd5108b310c7dcc773285a15de5cd62b16575e.zip
Fix misc-macro-parentheses warnings in libion, libsparse, libmem*
Bug: 28705665 Change-Id: I3dd5c086787f5e48ab100a71a42109ea0e417bf9
Diffstat (limited to 'libion')
-rw-r--r--libion/kernel-headers/linux/ion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libion/kernel-headers/linux/ion.h b/libion/kernel-headers/linux/ion.h
index 5af39d04f..3c2808036 100644
--- a/libion/kernel-headers/linux/ion.h
+++ b/libion/kernel-headers/linux/ion.h
@@ -38,7 +38,7 @@ enum ion_heap_type {
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define ION_HEAP_CARVEOUT_MASK (1 << ION_HEAP_TYPE_CARVEOUT)
#define ION_HEAP_TYPE_DMA_MASK (1 << ION_HEAP_TYPE_DMA)
-#define ION_NUM_HEAP_IDS sizeof(unsigned int) * 8
+#define ION_NUM_HEAP_IDS (sizeof(unsigned int) * 8)
#define ION_FLAG_CACHED 1
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define ION_FLAG_CACHED_NEEDS_SYNC 2