kernel/include/linux/android_kabi.h
.. .. @@ -83,7 +83,11 @@ 83 83 * number: the "number" of the padding variable in the structure. Start with 84 84 * 1 and go up. 85 85 */ 86 +#ifdef CONFIG_ANDROID_KABI_RESERVE86 87 #define ANDROID_KABI_RESERVE(number) _ANDROID_KABI_RESERVE(number) 88 +#else89 +#define ANDROID_KABI_RESERVE(number)90 +#endif87 91 88 92 89 93 /*