[openib-general] Re: [PATCH 1 of 20] ipath - core driver header files

Roland Dreier rdreier at cisco.com
Thu Mar 9 09:19:59 PST 2006


 > +#include "ipath_common.h"
 > +#include "ipath_debug.h"
 > +#include "ipath_registers.h"
 > +#include <linux/interrupt.h>
 > +#include <asm/io.h>

The usual style is to include <linux/> first, then <asm/>, and finally
your own local headers.

 - R.



More information about the general mailing list