Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e805f6b authored by Amir Samuelov's avatar Amir Samuelov
Browse files

include: uapi: fix spcom.h using bitops



The include file <linux/bitops.h> is not available on user space.
remove it from the spcom.h uapi file.

Change-Id: I1a2ea14a4fc1154b63776e83909389cc73398f7d
Signed-off-by: default avatarAmir Samuelov <amirs@codeaurora.org>
parent 84bddd90
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@
#define _UAPI_SPCOM_H_

#include <linux/types.h>	/* uint32_t, bool */
#include <linux/bitops.h>	/* BIT() */
#ifndef BIT
	#define BIT(x) (1 << x)
#endif

/**
 * @brief - Secure Processor Communication interface to user space spcomlib.