wl1251: move include guard after the license

Signed-off-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Kalle Valo 2010-08-22 22:47:02 +03:00 committed by John W. Linville
parent ba0492cf90
commit 5effdf18aa

View 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"