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

From: Roland Dreier
Date: Thu Mar 09 2006 - 12:17:44 EST


> +#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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/