mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
libceph: fixup includes in pagelist.h
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>
This commit is contained in:
parent
65a22662bf
commit
84a1d2d1ec
@ -1,8 +1,10 @@
|
|||||||
#ifndef __FS_CEPH_PAGELIST_H
|
#ifndef __FS_CEPH_PAGELIST_H
|
||||||
#define __FS_CEPH_PAGELIST_H
|
#define __FS_CEPH_PAGELIST_H
|
||||||
|
|
||||||
#include <linux/list.h>
|
#include <asm/byteorder.h>
|
||||||
#include <linux/atomic.h>
|
#include <linux/atomic.h>
|
||||||
|
#include <linux/list.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct ceph_pagelist {
|
struct ceph_pagelist {
|
||||||
struct list_head head;
|
struct list_head head;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user