x86: use libata in 2.6.30, fix pata support for sc1200 (used on wrap)
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.28 / 260-extend_pfifo_fast.patch
index a9bdb06..90773f7 100644 (file)
        .enqueue        =       pfifo_fast_enqueue,
        .dequeue        =       pfifo_fast_dequeue,
        .requeue        =       pfifo_fast_requeue,
-@@ -739,3 +803,16 @@ void dev_shutdown(struct net_device *dev
+@@ -739,3 +803,18 @@ void dev_shutdown(struct net_device *dev
        shutdown_scheduler_queue(dev, &dev->rx_queue, &noop_qdisc);
        WARN_ON(timer_pending(&dev->watchdog_timer));
  }
 +
++#ifdef CONFIG_NET_SCHED
 +static int __init sch_generic_init(void)
 +{
 +      return register_qdisc(&pfifo_fast_ops);
 +
 +module_init(sch_generic_init)
 +module_exit(sch_generic_exit)
++#endif
This page took 0.027834 seconds and 4 git commands to generate.