From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markowski Bartosz Date: Thu, 18 Apr 2013 08:21:11 +0200 Subject: [ath9k-devel] [PATCH 3/7] ath10k: remove excessive ifdef checks In-Reply-To: <20847.20971.611667.436258@gargle.gargle.HOWL> References: <1366220724-29423-1-git-send-email-bartosz.markowski@tieto.com> <1366220724-29423-3-git-send-email-bartosz.markowski@tieto.com> <20847.20971.611667.436258@gargle.gargle.HOWL> Message-ID: <516F90D7.2000302@tieto.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 18/04/13 03:52, Sujith Manoharan wrote: > Bartosz Markowski wrote: >> No need to check CONFIG_PM_SLEEP everywhere, the PCI suspend >> hooks is the only place we need to check it. > The PM_SLEEP wrappers are required for OpenWrt. > > Sujith Everywhere? The PCI suspend/resume callbacks are still wrapped up. -Bartosz