diff options
author | Gwendal Grignou <[email protected]> | 2019-06-03 11:33:33 -0700 |
---|---|---|
committer | Lee Jones <[email protected]> | 2019-06-10 09:15:08 +0100 |
commit | c9f69d8b170c2044013bf0248300d25a068f3fb5 (patch) | |
tree | 12caab0a40c51c2758622e19f281c575f978496c | |
parent | 2769bd79a9154b933cc774ee773dd78b04d2be60 (diff) |
mfd: cros_ec: Zero BUILD_ macro
Defined out build macro used when compiling embedded controller
firmware.
Signed-off-by: Gwendal Grignou <[email protected]>
Acked-by: Enric Balletbo i Serra <[email protected]>
Acked-by: Benson Leung <[email protected]>
Reviewed-by: Fabien Lahoudere <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | include/linux/mfd/cros_ec_commands.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mfd/cros_ec_commands.h b/include/linux/mfd/cros_ec_commands.h index 48292d449921..7b8fac4d0c89 100644 --- a/include/linux/mfd/cros_ec_commands.h +++ b/include/linux/mfd/cros_ec_commands.h @@ -13,6 +13,11 @@ #ifndef __CROS_EC_COMMANDS_H #define __CROS_EC_COMMANDS_H + + + +#define BUILD_ASSERT(_cond) + /* * Current version of this protocol * |