From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758102AbZEKUXA (ORCPT ); Mon, 11 May 2009 16:23:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755589AbZEKUWu (ORCPT ); Mon, 11 May 2009 16:22:50 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:45618 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754499AbZEKUWu (ORCPT ); Mon, 11 May 2009 16:22:50 -0400 Date: Mon, 11 May 2009 13:20:06 -0700 From: Andrew Morton To: Alexey Dobriyan Cc: linux-kernel@vger.kernel.org, James Morris , David Howells Subject: Re: [PATCH] cred: #include init.h in cred.h Message-Id: <20090511132006.fedc9352.akpm@linux-foundation.org> In-Reply-To: <20090509033652.GB3224@x200.localdomain> References: <20090509033652.GB3224@x200.localdomain> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 9 May 2009 07:36:52 +0400 Alexey Dobriyan wrote: > linux/cred.h can't be included as first header (alphabetical order) > because it uses __init which is enough to break compilation on some > archs. > hm, OK, not a lot of detail there though. > > --- a/include/linux/cred.h > +++ b/include/linux/cred.h > @@ -13,6 +13,7 @@ > #define _LINUX_CRED_H > > #include > +#include > #include > #include I assume that this is needed in 2.6.30?