From: Andrea Gelmini Date: Sun, 23 May 2010 19:47:58 +0000 (+0200) Subject: ceph: removed duplicated #includes X-Git-Tag: v3.0~4474^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=984c76908efd3c6795aa03dff16a8fc3496af99f;p=platform%2Fkernel%2Flinux-amlogic.git ceph: removed duplicated #includes fs/ceph/auth.c: linux/slab.h is included more than once. fs/ceph/super.h: linux/slab.h is included more than once. Acked-by: Christoph Lameter Signed-off-by: Andrea Gelmini Signed-off-by: Sage Weil --- diff --git a/fs/ceph/auth.c b/fs/ceph/auth.c index 01c4a1cd..a28ebdf 100644 --- a/fs/ceph/auth.c +++ b/fs/ceph/auth.c @@ -1,7 +1,6 @@ #include "ceph_debug.h" #include -#include #include #include diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 3725c9e..d84a252 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include