mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
iwlwifi: trivial fix in includes
This patch removes one FIXME: in rearranging includes Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
9bdf5ecabf
commit
1933577489
1 changed files with 1 additions and 2 deletions
|
@ -30,10 +30,9 @@
|
|||
#include <linux/module.h>
|
||||
#include <net/mac80211.h>
|
||||
|
||||
struct iwl_priv; /* FIXME: remove */
|
||||
#include "iwl-debug.h"
|
||||
#include "iwl-eeprom.h"
|
||||
#include "iwl-dev.h" /* FIXME: remove */
|
||||
#include "iwl-debug.h"
|
||||
#include "iwl-core.h"
|
||||
#include "iwl-io.h"
|
||||
#include "iwl-rfkill.h"
|
||||
|
|
Loading…
Reference in a new issue