Commit 4398954e authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman

Staging: w35und: Kill wblinux_f.h header

The wblinux_f.h header file doesn't contain anything that's actually used. Kill
it.

Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 01b5ceec
#include "mds_f.h"
#include "mto.h"
#include "wbhal.h"
#include "wblinux_f.h"
#include "wb35tx_f.h"
unsigned char
......
#ifndef __WBLINUX_F_H
#define __WBLINUX_F_H
#include "core.h"
#include "mds_s.h"
/*
* ====================================================================
* Copyright (c) 1996-2004 Winbond Electronic Corporation
*
* wblinux_f.h
* ====================================================================
*/
int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev);
void wb35_set_multicast(struct net_device *netdev);
struct net_device_stats *wb35_netdev_stats(struct net_device *netdev);
#endif
......@@ -19,7 +19,6 @@
#include "wb35reg_f.h"
#include "wb35tx_f.h"
#include "wb35rx_f.h"
#include "wblinux_f.h"
MODULE_DESCRIPTION("IS89C35 802.11bg WLAN USB Driver");
MODULE_LICENSE("GPL");
......
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