]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vchip_shim: Remove unneeded stddef.h include
authorStafford Horne <shorne@gmail.com>
Sun, 5 Feb 2017 07:07:33 +0000 (16:07 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 Feb 2017 10:41:39 +0000 (11:41 +0100)
commit61fb1d8d04b266bf5fe64f19f58220926385c9ca
tree13a741470db4d3542a041f1eca27877e93d39f53
parentfa58315ffb25171d96724e3ac785ecbc61d72d79
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>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c