On Thu, Nov 17, 2011 at 11:13:43PM +0100, Gabor Juhos wrote: > diff --git a/arch/mips/ath79/dev-ar913x-wmac.h b/arch/mips/ath79/dev-ar913x-wmac.h > index 579d562..de1d784 100644 > --- a/arch/mips/ath79/dev-ar913x-wmac.h > +++ b/arch/mips/ath79/dev-ar913x-wmac.h > @@ -9,9 +9,9 @@ > * by the Free Software Foundation. > */ > > -#ifndef _ATH79_DEV_AR913X_WMAC_H > -#define _ATH79_DEV_AR913X_WMAC_H > +#ifndef _ATH79_DEV_WMAC_H > +#define _ATH79_DEV_WMAC_H In this case, don't you want to rename this header file as well? Ralf