Skip to content

Commit

Permalink
include/linux/aio.h: removed duplicated include
Browse files Browse the repository at this point in the history
Removed duplicated include <linux/uio.h> in include/linux/aio.h

Signed-off-by: Huang Weiyi <[email protected]>
Signed-off-by: Benjamin LaHaise <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Huang Weiyi authored and torvalds committed Jul 26, 2008
1 parent 20d8b67 commit 080ccd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/aio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 080ccd4

Please sign in to comment.