mac80211: remove unneeded CONFIG_PM ifdef
authorJohannes Berg <johannes.berg@intel.com>
Fri, 7 Sep 2012 15:25:27 +0000 (17:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Sep 2012 12:43:43 +0000 (14:43 +0200)
The functions are only called if CONFIG_PM is set
as the callers are under an ifdef, so there's no
need to also define no-op functions.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found