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

Commit 66f84037 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

msm: kgsl: Remove stddef.h include



Having this include here causes sparse to spew an error about
including a file outside of the kerenel repo. There's a
linux/stddef.h file that could be included instead, but things
compile without this include anyway so just remove it.

Change-Id: I01eaef20d6cf5078dece73347b61803ca46942bb
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 4416159a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include <linux/of_platform.h>
#include <soc/qcom/scm.h>
#include <soc/qcom/secure_buffer.h>
#include <stddef.h>
#include <linux/compat.h>

#include "kgsl.h"