This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / sched / sch_ingress.c
index 30f2176..3ec741a 100644 (file)
@@ -40,7 +40,7 @@
 #endif
 
 
-#define PRIV(sch) qdisc_priv(sch)
+#define PRIV(sch) ((struct ingress_qdisc_data *) (sch)->data)
 
 
 /* Thanks to Doron Oz for this hack