Commit 19def166 authored by Stafford Horne's avatar Stafford Horne Committed by Ilya Dryomov

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: default avatarStafford Horne <shorne@gmail.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 5eb9f604
......@@ -18,8 +18,6 @@
* 02110-1301, USA.
*/
#include <stddef.h>
#include <linux/types.h>
#include <linux/export.h>
#include <linux/ceph/libceph.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment