From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [RFC/PATCH 4/8] LPDDR QINFO records definitions From: David Woodhouse To: Alexey Korolev In-Reply-To: References: Content-Type: text/plain Date: Tue, 14 Oct 2008 11:14:13 +0100 Message-Id: <1223979253.6770.765.camel@macbook.infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: nico@cam.org, linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2008-10-08 at 22:29 +0100, Alexey Korolev wrote: > > --- /dev/null > +++ b/include/linux/mtd/qinfo.h > @@ -0,0 +1,91 @@ > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +#ifndef __LINUX_MTD_QINFO_H > +#define __LINUX_MTD_QINFO_H GCC does magic optimisations to avoid looking at include files for a second time -- but only if your include guard is around the _whole_ file, iirc. So it's best to move those #includes down below the #ifndef __LINUX_MTD_QINFO_H -- David Woodhouse Open Source Technology Centre David.Woodhouse@intel.com Intel Corporation