Commit 7e797abf authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman

Staging: w35und: remove unnecessary os_common.h header file

Convert code to include sysdef.h directly and remove unnecessary os_common.h
header file.
Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Acked-by: default avatarPavel Machek <pavel@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b93abb66
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "mds_f.h" #include "mds_f.h"
#include "mlmetxrx_f.h" #include "mlmetxrx_f.h"
#include "mto_f.h" #include "mto_f.h"
#include "os_common.h" #include "sysdef.h"
#include "wbhal_f.h" #include "wbhal_f.h"
#include "wblinux_f.h" #include "wblinux_f.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
// //
// Copyright (c) 1996-2002 Winbond Electronics Corp. All Rights Reserved. // Copyright (c) 1996-2002 Winbond Electronics Corp. All Rights Reserved.
//============================================================================ //============================================================================
#include "os_common.h" #include "sysdef.h"
#include "mds_f.h" #include "mds_f.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
//============================================================================ //============================================================================
// LA20040210_DTO kevin // LA20040210_DTO kevin
#include "os_common.h" #include "sysdef.h"
#include "sme_api.h" #include "sme_api.h"
#include "gl_80211.h" #include "gl_80211.h"
#include "wbhal_f.h" #include "wbhal_f.h"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
/****************** INCLUDE FILES SECTION ***********************************/ /****************** INCLUDE FILES SECTION ***********************************/
#include "os_common.h" #include "sysdef.h"
#include "phy_calibration.h" #include "phy_calibration.h"
#include "wbhal_f.h" #include "wbhal_f.h"
......
#include "os_common.h" #include "sysdef.h"
#include "wbhal_f.h" #include "wbhal_f.h"
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
......
#include "os_common.h" #include "sysdef.h"
#include "wbhal_f.h" #include "wbhal_f.h"
#include "wblinux_f.h" #include "wblinux_f.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment