Commit e6a39e62 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nathan Scott

[XFS] misc tidyups

SGI Modid: 2.5.x-xfs:slinx:134216a
parent 690869a3
......@@ -46,7 +46,6 @@
*/
#include <linux/module.h>
#include <linux/compiler.h>
#include <linux/stddef.h>
#include <linux/errno.h>
#include <linux/slab.h>
......@@ -57,6 +56,7 @@
#include <linux/bio.h>
#include <linux/sysctl.h>
#include <linux/proc_fs.h>
#include <linux/workqueue.h>
#include <support/debug.h>
#include <support/kmem.h>
......
......@@ -47,7 +47,6 @@
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/uio.h>
#include <linux/workqueue.h>
enum xfs_buffer_state { BH_Delay = BH_PrivateStart };
BUFFER_FNS(Delay, delay);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment