Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377031
b: refs/heads/master
c: 71aa5bb
h: refs/heads/master
i:
  377029: b99ad10
  377027: 29cb4d8
  377023: a040f17
v: v3
  • Loading branch information
Yijing Wang authored and John W. Linville committed Jun 12, 2013
1 parent 59a2e5a commit 6805f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87ccee46fabd235c2bac3652dee009e8f791dc10
refs/heads/master: 71aa5bba83f81722e7f6bfaeda16b983ba8a0cc2
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/iwlegacy/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1832,16 +1832,16 @@ u32 il_usecs_to_beacons(struct il_priv *il, u32 usec, u32 beacon_interval);
__le32 il_add_beacon_time(struct il_priv *il, u32 base, u32 addon,
u32 beacon_interval);

#ifdef CONFIG_PM
#ifdef CONFIG_PM_SLEEP
extern const struct dev_pm_ops il_pm_ops;

#define IL_LEGACY_PM_OPS (&il_pm_ops)

#else /* !CONFIG_PM */
#else /* !CONFIG_PM_SLEEP */

#define IL_LEGACY_PM_OPS NULL

#endif /* !CONFIG_PM */
#endif /* !CONFIG_PM_SLEEP */

/*****************************************************
* Error Handling Debugging
Expand Down

0 comments on commit 6805f5f

Please sign in to comment.