From: Stafford Horne Date: Sun, 5 Feb 2017 07:07:33 +0000 (+0900) Subject: staging: vchip_shim: Remove unneeded stddef.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=38955adfeb94c34309ace7ae67f8c6ac42943ec9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 - #define vchiq_status_to_vchi(status) ((int32_t)status) typedef struct {