Browse Source

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>
Stafford Horne 8 years ago
parent
commit
19def166f3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      net/ceph/snapshot.c

+ 0 - 2
net/ceph/snapshot.c

@@ -18,8 +18,6 @@
  * 02110-1301, USA.
  * 02110-1301, USA.
  */
  */
 
 
-#include <stddef.h>
-
 #include <linux/types.h>
 #include <linux/types.h>
 #include <linux/export.h>
 #include <linux/export.h>
 #include <linux/ceph/libceph.h>
 #include <linux/ceph/libceph.h>