projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2769bd7
)
mfd: cros_ec: Zero BUILD_ macro
author
Gwendal Grignou
<gwendal@chromium.org>
Mon, 3 Jun 2019 18:33:33 +0000
(11:33 -0700)
committer
Lee Jones
<lee.jones@linaro.org>
Mon, 10 Jun 2019 08:15:08 +0000
(09:15 +0100)
Defined out build macro used when compiling embedded controller
firmware.
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Acked-by: Benson Leung <bleung@chromium.org>
Reviewed-by: Fabien Lahoudere <fabien.lahoudere@collabora.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/cros_ec_commands.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mfd/cros_ec_commands.h
b/include/linux/mfd/cros_ec_commands.h
index 48292d449921decd1632c5b22959765f526604f5..7b8fac4d0c89e1b6871a00ae6482b3ff450aec19 100644
(file)
--- 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
*