Commit 465e7417 authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman
Browse files

Staging: wlan-ng: Remove the now empty wlan_compat.h

parent 3897cd0c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -128,8 +128,6 @@
#include <linux/usb.h>
#include <linux/byteorder/generic.h>

#include "wlan_compat.h"

#define SUBMIT_URB(u,f)  usb_submit_urb(u,f)

/*================================================================*/
+0 −2
Original line number Diff line number Diff line
@@ -65,8 +65,6 @@

#include <asm/byteorder.h>

#include "wlan_compat.h"

#include "p80211types.h"
#include "p80211hdr.h"
#include "p80211conv.h"
+0 −3
Original line number Diff line number Diff line
@@ -68,9 +68,6 @@
/*================================================================*/
/* Project Includes */

#ifndef  _WLAN_COMPAT_H
#include "wlan_compat.h"
#endif


/*================================================================*/
+0 −3
Original line number Diff line number Diff line
@@ -60,9 +60,6 @@
/*================================================================*/
/* Project Includes */

#ifndef _WLAN_COMPAT_H
#include "wlan_compat.h"
#endif

/*================================================================*/
/* Types */
+0 −3
Original line number Diff line number Diff line
@@ -103,9 +103,6 @@
/*================================================================*/
/* Project Includes */

#ifndef  _WLAN_COMPAT_H
#include "wlan_compat.h"
#endif

#ifndef  _P80211HDR_H
#include "p80211hdr.h"
Loading