Skip to content

Commit

Permalink
includecheck fix: include/linux, aio.h
Browse files Browse the repository at this point in the history
fix the following 'make includecheck' warning:

  include/linux/aio.h: linux/aio_abi.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Cc: [email protected]
Cc: Sam Ravnborg <[email protected]>
LKML-Reference: <[email protected]>
  • Loading branch information
jaswinderrajput committed Sep 20, 2009
1 parent 067006a commit 43cc960
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/aio.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ static inline void exit_aio(struct mm_struct *mm) { }

#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);
Expand Down

0 comments on commit 43cc960

Please sign in to comment.