wl1251: move include guard after the license
authorKalle Valo <kvalo@adurom.com>
Sun, 22 Aug 2010 19:47:02 +0000 (22:47 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 25 Aug 2010 18:33:19 +0000 (14:33 -0400)
Signed-off-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/wl1251_ps.h

index 98ed6c2..e5db81f 100644 (file)
@@ -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"