]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita281db471bc38d9476bf92a0463a53c9aeb363c4
treef203a08fa298860607d082870b3ac5476638f91a
parentacddeacdfcb5af74ef38d6e8e4affb31e0c97a0d
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>
net/ceph/snapshot.c