libceph: remove unneeded stddef.h include
authorStafford Horne <shorne@gmail.com>
Sun, 5 Feb 2017 07:07:32 +0000 (16:07 +0900)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 20 Feb 2017 11:16:10 +0000 (12:16 +0100)
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>
net/ceph/snapshot.c

index 154683f5f14cdc6e99fa01a4e79e22e69924eef4..705414e78ae0b05d2d1b8d5d8f8e8fbb6007bfb4 100644 (file)
@@ -18,8 +18,6 @@
  * 02110-1301, USA.
  */
 
-#include <stddef.h>
-
 #include <linux/types.h>
 #include <linux/export.h>
 #include <linux/ceph/libceph.h>