aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2017-02-05 16:07:32 +0900
committerIlya Dryomov <idryomov@gmail.com>2017-02-20 12:16:10 +0100
commit19def166f3781edb4c68c3c68fcb8199eed2d605 (patch)
treef203a08fa298860607d082870b3ac5476638f91a /net/ceph
parentceph: do a LOOKUP in d_revalidate instead of GETATTR (diff)
downloadlinux-dev-19def166f3781edb4c68c3c68fcb8199eed2d605.tar.xz
linux-dev-19def166f3781edb4c68c3c68fcb8199eed2d605.zip
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>
Diffstat (limited to 'net/ceph')
-rw-r--r--net/ceph/snapshot.c2
1 files changed, 0 insertions, 2 deletions
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 <stddef.h>
-
#include <linux/types.h>
#include <linux/export.h>
#include <linux/ceph/libceph.h>