Commit 4fb2f7f3 authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville

iwlwifi: remove the iwl_shared reference

Change-Id: I10e42e0cc7dd91047f093ea2c5a55d65c004ada6
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Reviewed-on: http://git-mwg.jer.intel.com/gerrit/1939
Tested-by: Jenkins
Reviewed-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 07d3c15a
...@@ -60,8 +60,8 @@ ...@@ -60,8 +60,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
*****************************************************************************/ *****************************************************************************/
#ifndef __iwl_shared_h__ #ifndef __iwl_modparams_h__
#define __iwl_shared_h__ #define __iwl_modparams_h__
#include <linux/types.h> #include <linux/types.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
...@@ -123,4 +123,4 @@ struct iwl_mod_params { ...@@ -123,4 +123,4 @@ struct iwl_mod_params {
bool disable_5ghz; bool disable_5ghz;
}; };
#endif /* #__iwl_shared_h__ */ #endif /* #__iwl_modparams_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