mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[PATCH] drivers/net/acenic.c Removal of old code
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Cc: Jeff Garzik <jeff@garzik.org> Cc: Jes Sorensen <jes@trained-monkey.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
6432dc1f44
commit
bef363a1e0
1 changed files with 0 additions and 4 deletions
|
@ -163,11 +163,7 @@ MODULE_DEVICE_TABLE(pci, acenic_pci_tbl);
|
||||||
#define SET_NETDEV_DEV(net, pdev) do{} while(0)
|
#define SET_NETDEV_DEV(net, pdev) do{} while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LINUX_VERSION_CODE >= 0x2051c
|
|
||||||
#define ace_sync_irq(irq) synchronize_irq(irq)
|
#define ace_sync_irq(irq) synchronize_irq(irq)
|
||||||
#else
|
|
||||||
#define ace_sync_irq(irq) synchronize_irq()
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef offset_in_page
|
#ifndef offset_in_page
|
||||||
#define offset_in_page(ptr) ((unsigned long)(ptr) & ~PAGE_MASK)
|
#define offset_in_page(ptr) ((unsigned long)(ptr) & ~PAGE_MASK)
|
||||||
|
|
Loading…
Reference in a new issue