Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff1ae8f3 authored by Solomon Peachy's avatar Solomon Peachy Committed by Greg Kroah-Hartman
Browse files

Staging: wlan-ng: Eliminate local 'version.h'



The kernel provides us with the proper version of this file.

Signed-off-by: default avatarSolomon Peachy <pizza@shaftnet.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 905862c9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -114,9 +114,6 @@
/* System Includes */
#define WLAN_DBVAR	prism2_debug

#include "version.h"


#include <linux/version.h>

#include <linux/module.h>
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@

#include <asm/byteorder.h>

#include "version.h"
#include "wlan_compat.h"

/*================================================================*/
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@
#include <linux/wireless.h>
#include <linux/netdevice.h>

#include "version.h"
#include "wlan_compat.h"

/*================================================================*/
+2 −3
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@
/*================================================================*/
/* Project Includes */

#include "version.h"
#include "wlan_compat.h"
#include "p80211types.h"
#include "p80211hdr.h"
@@ -1102,8 +1101,8 @@ p80211netdev_proc_read(
		goto exit;
	}

	p += sprintf(p, "p80211 version: %s (%s)\n\n",
		     WLAN_RELEASE, WLAN_BUILD_DATE);
	p += sprintf(p, "p80211 version: %s\n\n",
		     WLAN_RELEASE);
	p += sprintf(p, "name       : %s\n", wlandev->name);
	p += sprintf(p, "nsd name   : %s\n", wlandev->nsdname);
	p += sprintf(p, "address    : %02x:%02x:%02x:%02x:%02x:%02x\n",
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@
#include <net/sock.h>
#include <linux/netlink.h>

#include "version.h"
#include "wlan_compat.h"

/*================================================================*/
Loading