Hi All, These were causing openrisc build to fail when building with allyesconfig using a musl toolchain. Removing them doesnt seem to cause any issues.
The line removed was: #include <stddef.h> Perhaps what was wanted was 'linux/stddef.h' but there did seem to be any special uses so I just removed it. Also, sending these patches should help the kbuild robots verify that. If I can get acks I will push it in with my openrisc branch. But if this should got through the net and staging paths I am happy with that. -Stafford Stafford Horne (2): libceph: Remove unneeded stddef.h include staging: vchip_shim: Remove unneeded stddef.h include drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c | 2 -- net/ceph/snapshot.c | 2 -- 2 files changed, 4 deletions(-) -- 2.9.3