Commit 19335774 authored by Winkler, Tomas's avatar Winkler, Tomas Committed by John W. Linville

iwlwifi: trivial fix in includes

This patch removes one FIXME: in rearranging includes
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9bdf5eca
...@@ -30,10 +30,9 @@ ...@@ -30,10 +30,9 @@
#include <linux/module.h> #include <linux/module.h>
#include <net/mac80211.h> #include <net/mac80211.h>
struct iwl_priv; /* FIXME: remove */
#include "iwl-debug.h"
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-dev.h" /* FIXME: remove */ #include "iwl-dev.h" /* FIXME: remove */
#include "iwl-debug.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-rfkill.h" #include "iwl-rfkill.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