diff options
author | Kalle Valo <kvalo@adurom.com> | 2010-08-22 15:47:02 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-08-25 14:33:19 -0400 |
commit | 5effdf18aa10c3683094140cf893c399d581d39f (patch) | |
tree | 9d05fe46944b89ce2b2d1977f767fb6facf6f59b | |
parent | ba0492cf904629f7900fc213ee729f23a0084ad6 (diff) |
wl1251: move include guard after the license
Signed-off-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251_ps.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | #ifndef __WL1251_PS_H__ | ||
2 | #define __WL1251_PS_H__ | ||
3 | |||
4 | /* | 1 | /* |
5 | * This file is part of wl1251 | 2 | * This file is part of wl1251 |
6 | * | 3 | * |
@@ -23,6 +20,9 @@ | |||
23 | * | 20 | * |
24 | */ | 21 | */ |
25 | 22 | ||
23 | #ifndef __WL1251_PS_H__ | ||
24 | #define __WL1251_PS_H__ | ||
25 | |||
26 | #include "wl1251.h" | 26 | #include "wl1251.h" |
27 | #include "wl1251_acx.h" | 27 | #include "wl1251_acx.h" |
28 | 28 | ||