Commit 9e66e701 authored by Holger Schurig's avatar Holger Schurig Committed by John W. Linville

libertas: cleanup host.h and hostcmd.h

Also remove some unused definitions and make tab usage consistent.
Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: default avatarDan Williams <dcbw@redhat.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b8fcf590
......@@ -7,7 +7,6 @@
#include <net/lib80211.h>
#include <linux/kfifo.h>
#include "host.h"
#include "hostcmd.h"
#include "decl.h"
#include "defs.h"
#include "dev.h"
......
......@@ -3,7 +3,7 @@
#ifndef _LBS_CMD_H_
#define _LBS_CMD_H_
#include "hostcmd.h"
#include "host.h"
#include "dev.h"
/* lbs_cmd() infers the size of the buffer to copy data back into, from
......
......@@ -12,7 +12,7 @@
#include <linux/debugfs.h>
#include "defs.h"
#include "hostcmd.h"
#include "host.h"
extern const struct ethtool_ops lbs_ethtool_ops;
......
This diff is collapsed.
This diff is collapsed.
......@@ -4,7 +4,7 @@
#include <linux/etherdevice.h>
#include <linux/types.h>
#include "hostcmd.h"
#include "host.h"
#include "radiotap.h"
#include "decl.h"
#include "dev.h"
......
......@@ -4,7 +4,7 @@
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include "hostcmd.h"
#include "host.h"
#include "radiotap.h"
#include "decl.h"
#include "defs.h"
......
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