diff options
Diffstat (limited to 'packages/linux/ixp4xx-kernel/2.6.15/81-nslu2-power.patch')
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.15/81-nslu2-power.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.15/81-nslu2-power.patch b/packages/linux/ixp4xx-kernel/2.6.15/81-nslu2-power.patch deleted file mode 100644 index 7587058cb7..0000000000 --- a/packages/linux/ixp4xx-kernel/2.6.15/81-nslu2-power.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- linux-2.6.15/arch/arm/mach-ixp4xx/nslu2-power.c~ 2006-01-03 13:51:10.000000000 +1030 -+++ linux-2.6.15/arch/arm/mach-ixp4xx/nslu2-power.c 2006-01-15 03:57:59.000000000 +1030 -@@ -80,6 +80,9 @@ - - static void __exit nslu2_power_exit(void) - { -+ if (!(machine_is_nslu2())) -+ return; -+ - free_irq(NSLU2_RB_IRQ, NULL); - free_irq(NSLU2_PB_IRQ, NULL); - } |