Skip to content

Commit

Permalink
Staging: w35und: remove unnecessary os_common.h header file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent b93abb6 commit 7e797ab
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/winbond/mlmetxrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/winbond/mto.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/winbond/os_common.h

This file was deleted.

2 changes: 1 addition & 1 deletion drivers/staging/winbond/phy_calibration.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

/****************** INCLUDE FILES SECTION ***********************************/
#include "os_common.h"
#include "sysdef.h"
#include "phy_calibration.h"
#include "wbhal_f.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/winbond/reg.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "os_common.h"
#include "sysdef.h"
#include "wbhal_f.h"

///////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/winbond/wbhal.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "os_common.h"
#include "sysdef.h"
#include "wbhal_f.h"
#include "wblinux_f.h"

Expand Down

0 comments on commit 7e797ab

Please sign in to comment.