summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2017-02-05 16:07:33 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-05 11:41:39 +0100
commit38955adfeb94c34309ace7ae67f8c6ac42943ec9 (patch)
tree13a741470db4d3542a041f1eca27877e93d39f53
parent6ddcf34f113a500d75e3e62b63079a924bc0d29c (diff)
downloadlinux-stable-38955adfeb94c34309ace7ae67f8c6ac42943ec9.tar.gz
linux-stable-38955adfeb94c34309ace7ae67f8c6ac42943ec9.tar.bz2
linux-stable-38955adfeb94c34309ace7ae67f8c6ac42943ec9.zip
staging: vchip_shim: Remove unneeded stddef.h include
Building on openrisc musl toolchain this causes the allyesconfig build to fail. drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c:42:20: fatal error: stddef.h: No such file or directory Removing this causes no issues with the build. Signed-off-by: Stafford Horne <shorne@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c
index aec2a0c40c44..48984abc3854 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c
@@ -39,8 +39,6 @@
#include "vchiq_util.h"
-#include <stddef.h>
-
#define vchiq_status_to_vchi(status) ((int32_t)status)
typedef struct {