diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 15:47:58 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-05-29 12:12:37 -0400 |
commit | 984c76908efd3c6795aa03dff16a8fc3496af99f (patch) | |
tree | 99b0e7bd4016036fb445809c73e722a1e94d94a2 /fs/ceph/auth.c | |
parent | e95e9a7ae4c1e7655a0438579f891b3c60178d77 (diff) |
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 <cl@linux-foundation.org>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/auth.c')
-rw-r--r-- | fs/ceph/auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/auth.c b/fs/ceph/auth.c index 01c4a1cd53c0..a28ebdf465d7 100644 --- a/fs/ceph/auth.c +++ b/fs/ceph/auth.c | |||
@@ -1,7 +1,6 @@ | |||
1 | #include "ceph_debug.h" | 1 | #include "ceph_debug.h" |
2 | 2 | ||
3 | #include <linux/module.h> | 3 | #include <linux/module.h> |
4 | #include <linux/slab.h> | ||
5 | #include <linux/err.h> | 4 | #include <linux/err.h> |
6 | #include <linux/slab.h> | 5 | #include <linux/slab.h> |
7 | 6 | ||