Skip to content

Commit 43cc960

Browse files
includecheck fix: include/linux, aio.h
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 <jaswinderrajput@gmail.com> Cc: bcrl@kvack.org Cc: Sam Ravnborg <sam@ravnborg.org> LKML-Reference: <1247068254.4382.101.camel@ht.satnam>
1 parent 067006a commit 43cc960

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/aio.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ static inline void exit_aio(struct mm_struct *mm) { }
225225

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

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

0 commit comments

Comments
 (0)