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 e431406..8b638d7 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 07802af..643ceb0 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 de11a05..7718423 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 6782552..b56a2a9 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 cd21272..c365c5d 100644 (file)
@@ -1,4 +1,4 @@
-#include "os_common.h"
+#include "sysdef.h"
 #include "wbhal_f.h"
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
index 8a9d21c..d7bbb9a 100644 (file)
@@ -1,4 +1,4 @@
-#include "os_common.h"
+#include "sysdef.h"
 #include "wbhal_f.h"
 #include "wblinux_f.h"