Skip to content

Commit

Permalink
libceph: fixup includes in pagelist.h
Browse files Browse the repository at this point in the history
pagelist.h needs to include linux/types.h and asm/byteorder.h and not
rely on other headers pulling yet another set of headers.

Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
  • Loading branch information
Ilya Dryomov committed Dec 17, 2014
1 parent 65a2266 commit 84a1d2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/linux/ceph/pagelist.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#ifndef __FS_CEPH_PAGELIST_H
#define __FS_CEPH_PAGELIST_H

#include <linux/list.h>
#include <asm/byteorder.h>
#include <linux/atomic.h>
#include <linux/list.h>
#include <linux/types.h>

struct ceph_pagelist {
struct list_head head;
Expand Down

0 comments on commit 84a1d2d

Please sign in to comment.