From: Stafford Horne Date: Sun, 5 Feb 2017 07:07:32 +0000 (+0900) Subject: libceph: remove unneeded stddef.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=19def166f3781edb4c68c3c68fcb8199eed2d605;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Ilya Dryomov --- diff --git a/net/ceph/snapshot.c b/net/ceph/snapshot.c index 154683f5f14c..705414e78ae0 100644 --- a/net/ceph/snapshot.c +++ b/net/ceph/snapshot.c @@ -18,8 +18,6 @@ * 02110-1301, USA. */ -#include - #include #include #include