mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
Pulled out a stray KERNEL_VERSION check around the suspend handler.
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
This commit is contained in:
parent
9ef539d0d6
commit
87bb5e3814
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user