Skip to content

Commit

Permalink
iwlwifi: rename double inclusion protection name in iwl-commands.h
Browse files Browse the repository at this point in the history
This patch change the name of the double inclusion protection in
iwl-commands.h

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-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>
  • Loading branch information
Emmanuel Grumbach authored and John W. Linville committed Nov 10, 2008
1 parent 5b9f8cd commit 6a63578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
* Please use iwl-dev.h for driver implementation definitions.
*/

#ifndef __iwl4965_commands_h__
#define __iwl4965_commands_h__
#ifndef __iwl_commands_h__
#define __iwl_commands_h__

enum {
REPLY_ALIVE = 0x1,
Expand Down Expand Up @@ -3064,4 +3064,4 @@ struct iwl_rx_packet {

#define IWL_RX_FRAME_SIZE (4 + sizeof(struct iwl4965_rx_frame))

#endif /* __iwl4965_commands_h__ */
#endif /* __iwl_commands_h__ */

0 comments on commit 6a63578

Please sign in to comment.