From eabd5108b310c7dcc773285a15de5cd62b16575e Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 18 May 2016 15:41:16 -0700 Subject: Fix misc-macro-parentheses warnings in libion, libsparse, libmem* Bug: 28705665 Change-Id: I3dd5c086787f5e48ab100a71a42109ea0e417bf9 --- libion/kernel-headers/linux/ion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libion') 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 -- cgit v1.2.3