Commit 38955adf authored by Stafford Horne's avatar Stafford Horne Committed by Greg Kroah-Hartman

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: default avatarStafford Horne <shorne@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6ddcf34f
......@@ -39,8 +39,6 @@
#include "vchiq_util.h"
#include <stddef.h>
#define vchiq_status_to_vchi(status) ((int32_t)status)
typedef struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment