diff options
| -rw-r--r-- | include/linux/ceph/pagelist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ceph/pagelist.h b/include/linux/ceph/pagelist.h index 5f871d84ddce..13d71fe18b0c 100644 --- a/include/linux/ceph/pagelist.h +++ b/include/linux/ceph/pagelist.h | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | #ifndef __FS_CEPH_PAGELIST_H | 1 | #ifndef __FS_CEPH_PAGELIST_H |
| 2 | #define __FS_CEPH_PAGELIST_H | 2 | #define __FS_CEPH_PAGELIST_H |
| 3 | 3 | ||
| 4 | #include <linux/list.h> | 4 | #include <asm/byteorder.h> |
| 5 | #include <linux/atomic.h> | 5 | #include <linux/atomic.h> |
| 6 | #include <linux/list.h> | ||
| 7 | #include <linux/types.h> | ||
| 6 | 8 | ||
| 7 | struct ceph_pagelist { | 9 | struct ceph_pagelist { |
| 8 | struct list_head head; | 10 | struct list_head head; |
