From: Kalle Valo Date: Sun, 22 Aug 2010 19:47:02 +0000 (+0300) Subject: wl1251: move include guard after the license X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5effdf18aa10c3683094140cf893c399d581d39f;p=linux-beck.git wl1251: move include guard after the license Signed-off-by: Kalle Valo Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/wl12xx/wl1251_ps.h b/drivers/net/wireless/wl12xx/wl1251_ps.h index 98ed6c237561..e5db81fc1dfc 100644 --- a/drivers/net/wireless/wl12xx/wl1251_ps.h +++ b/drivers/net/wireless/wl12xx/wl1251_ps.h @@ -1,6 +1,3 @@ -#ifndef __WL1251_PS_H__ -#define __WL1251_PS_H__ - /* * This file is part of wl1251 * @@ -23,6 +20,9 @@ * */ +#ifndef __WL1251_PS_H__ +#define __WL1251_PS_H__ + #include "wl1251.h" #include "wl1251_acx.h"