All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include/linux/aio.h - remove duplicate includes
@ 2008-03-09 23:54 Joe Perches
  0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2008-03-09 23:54 UTC (permalink / raw)
  To: Benjamin LaHaise; +Cc: linux-aio, LKML

Signed-off-by: Joe Perches <joe@perches.com>

 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);



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-09 23:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-09 23:54 [PATCH] include/linux/aio.h - remove duplicate includes Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.