Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libceph: remove unneeded stddef.h include

This was causing a build failure for openrisc when using musl and
gcc 5.4.0 since the file is not available in the toolchain.

It doesnt seem this is needed and removing it does not cause any build
warnings for me.

Signed-off-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>

authored by

Stafford Horne and committed by
Ilya Dryomov
19def166 5eb9f604

-2
-2
net/ceph/snapshot.c
··· 18 18 * 02110-1301, USA. 19 19 */ 20 20 21 - #include <stddef.h> 22 - 23 21 #include <linux/types.h> 24 22 #include <linux/export.h> 25 23 #include <linux/ceph/libceph.h>