Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757915AbZGQVwN (ORCPT ); Fri, 17 Jul 2009 17:52:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757732AbZGQVwM (ORCPT ); Fri, 17 Jul 2009 17:52:12 -0400 Received: from exprod6og108.obsmtp.com ([64.18.1.21]:47523 "HELO exprod6og108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753402AbZGQVwM convert rfc822-to-8bit (ORCPT ); Fri, 17 Jul 2009 17:52:12 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Subject: [PATCH] aio.h: remove duplicate #include Date: Fri, 17 Jul 2009 17:52:08 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] aio.h: remove duplicate #include Thread-Index: AcoHKNTSqpD2Nr+9T6+eZIekcCG7hQ== From: "H Hartley Sweeten" To: X-OriginalArrivalTime: 17 Jul 2009 21:52:09.0997 (UTC) FILETIME=[D5C42BD0:01CA0728] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 806 Lines: 24 Remove duplicate #include in aio.h. Signed-off-by: H Hartley Sweeten --- diff --git a/include/linux/aio.h b/include/linux/aio.h index 47f7d93..aea219d 100644 --- a/include/linux/aio.h +++ b/include/linux/aio.h @@ -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 - ?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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/