Commit 40ebfbec authored by Bjorn Andersson's avatar Bjorn Andersson

soc: qcom: ramp_controller: Include linux/bitfield.h

Building ramp_controller under x86_64 results in the following build
error:

error: implicit declaration of function 'FIELD_PREP' is invalid in C99

Include linux/bitfield.h to ensure FIELD_PREP() is declared.
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 9732dd8d
......@@ -5,6 +5,7 @@
* <angelogioacchino.delregno@collabora.com>
*/
#include <linux/bitfield.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment