mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
ba0492cf90
commit
5effdf18aa
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue