[PATCH] include/linux/aio.h - remove duplicate includes

From: Joe Perches
Date: Sun Mar 09 2008 - 19:56:15 EST


Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

include/linux/aio.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/linux/aio.h b/include/linux/aio.h
index 0d0b7f6..525dbb7 100644
--- a/include/linux/aio.h
+++ b/include/linux/aio.h
@@ -7,7 +7,6 @@
#include <linux/uio.h>

#include <asm/atomic.h>
-#include <linux/uio.h>

#define AIO_MAXSEGS 4
#define AIO_KIOGRP_NR_ATOMIC 8
@@ -233,8 +232,6 @@ int io_submit_one(struct kioctx *ctx, struct iocb __user *user_iocb,

#define io_wait_to_kiocb(wait) container_of(wait, struct kiocb, ki_wait)

-#include <linux/aio_abi.h>
-
static inline struct kiocb *list_kiocb(struct list_head *h)
{
return list_entry(h, struct kiocb, ki_list);


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/