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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
 *                     <angelogioacchino.delregno@collabora.com>
 */

#include <linux/bitfield.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>