dect
/
linux-2.6
Archived
13
0
Fork 0

iwlwifi: remove the iwl_shared reference

Change-Id: I10e42e0cc7dd91047f093ea2c5a55d65c004ada6
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Reviewed-on: http://git-mwg.jer.intel.com/gerrit/1939
Tested-by: Jenkins
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:
Wey-Yi Guy 2012-04-24 07:42:21 -07:00 committed by John W. Linville
parent 07d3c15acc
commit 4fb2f7f3b7
1 changed files with 3 additions and 3 deletions

View File

@ -60,8 +60,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*****************************************************************************/
#ifndef __iwl_shared_h__
#define __iwl_shared_h__
#ifndef __iwl_modparams_h__
#define __iwl_modparams_h__
#include <linux/types.h>
#include <linux/spinlock.h>
@ -123,4 +123,4 @@ struct iwl_mod_params {
bool disable_5ghz;
};
#endif /* #__iwl_shared_h__ */
#endif /* #__iwl_modparams_h__ */