]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Staging: w35und: remove unnecessary os_common.h header file
authorPekka Enberg <penberg@cs.helsinki.fi>
Wed, 7 Jan 2009 15:32:58 +0000 (17:32 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:15 +0000 (14:53 -0700)
Convert code to include sysdef.h directly and remove unnecessary os_common.h
header file.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/winbond/mds.c
drivers/staging/winbond/mlmetxrx.c
drivers/staging/winbond/mto.c
drivers/staging/winbond/os_common.h [deleted file]
drivers/staging/winbond/phy_calibration.c
drivers/staging/winbond/reg.c
drivers/staging/winbond/wbhal.c

index e431406e25a6f1fce31060e5096d2f50c92facce..8b638d7b132515a2e279f58f3354794721aa65f6 100644 (file)
@@ -3,7 +3,7 @@
 #include "mds_f.h"
 #include "mlmetxrx_f.h"
 #include "mto_f.h"
-#include "os_common.h"
+#include "sysdef.h"
 #include "wbhal_f.h"
 #include "wblinux_f.h"
 
index 07802afd2b874b02bf8f270bc057c7f6844d52d8..643ceb060d562d4abc01bdd2ebcb97d25c2d555e 100644 (file)
@@ -15,7 +15,7 @@
 //
 //  Copyright (c) 1996-2002 Winbond Electronics Corp. All Rights Reserved.
 //============================================================================
-#include "os_common.h"
+#include "sysdef.h"
 
 #include "mds_f.h"
 
index de11a05efae2a65a9f4513c26a49d56cb8fbff2a..7718423280ed20c5da044ef5baf5c69e45f6fe63 100644 (file)
@@ -22,7 +22,7 @@
 //============================================================================
 
 // LA20040210_DTO kevin
-#include "os_common.h"
+#include "sysdef.h"
 #include "sme_api.h"
 #include "gl_80211.h"
 #include "wbhal_f.h"
diff --git a/drivers/staging/winbond/os_common.h b/drivers/staging/winbond/os_common.h
deleted file mode 100644 (file)
index 2c276e3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "sysdef.h"
-
index 6782552d366c14b2e420f91e34027a46a9417e6d..b56a2a94961e406b08a2a297563788ada91becec 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 /****************** INCLUDE FILES SECTION ***********************************/
-#include "os_common.h"
+#include "sysdef.h"
 #include "phy_calibration.h"
 #include "wbhal_f.h"
 
index cd21272d7a9f5a7bed46d3029d3f30ce4b6d5456..c365c5d1b7658f0f83080a6b4f0c6fbcb445fc64 100644 (file)
@@ -1,4 +1,4 @@
-#include "os_common.h"
+#include "sysdef.h"
 #include "wbhal_f.h"
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
index 8a9d21cbb0c0778b091417be9c22f0d297ca60a4..d7bbb9a40ef6b9e25b6f95895da56012350aa6b1 100644 (file)
@@ -1,4 +1,4 @@
-#include "os_common.h"
+#include "sysdef.h"
 #include "wbhal_f.h"
 #include "wblinux_f.h"