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: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Pekka Enberg 2009-01-07 17:32:58 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель b93abb660a
Коммит 7e797abfb8
7 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@ -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"

Просмотреть файл

@ -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"

Просмотреть файл

@ -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"

Просмотреть файл

@ -1,2 +0,0 @@
#include "sysdef.h"

Просмотреть файл

@ -10,7 +10,7 @@
*/
/****************** INCLUDE FILES SECTION ***********************************/
#include "os_common.h"
#include "sysdef.h"
#include "phy_calibration.h"
#include "wbhal_f.h"

Просмотреть файл

@ -1,4 +1,4 @@
#include "os_common.h"
#include "sysdef.h"
#include "wbhal_f.h"
///////////////////////////////////////////////////////////////////////////////////////////////////

Просмотреть файл

@ -1,4 +1,4 @@
#include "os_common.h"
#include "sysdef.h"
#include "wbhal_f.h"
#include "wblinux_f.h"