From: James Ketrenos Date: Thu, 15 Sep 2005 06:00:31 +0000 (-0500) Subject: Pulled out a stray KERNEL_VERSION check around the suspend handler. X-Git-Tag: v2.6.16.28-rc1~2816^2~10^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87bb5e3814572b85cf5d4650fb1f88267411845f;p=karo-tx-linux.git Pulled out a stray KERNEL_VERSION check around the suspend handler. Signed-off-by: James Ketrenos --- diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index dba1049bcf91..ed4f1a5e6b0a 100644 --- a/drivers/net/wireless/ipw2100.c +++ b/drivers/net/wireless/ipw2100.c @@ -6709,11 +6709,7 @@ static void __devexit ipw2100_pci_remove_one(struct pci_dev *pci_dev) } #ifdef CONFIG_PM -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11) -static int ipw2100_suspend(struct pci_dev *pci_dev, u32 state) -#else static int ipw2100_suspend(struct pci_dev *pci_dev, pm_message_t state) -#endif { struct ipw2100_priv *priv = pci_get_drvdata(pci_dev); struct net_device *dev = priv->net_dev;