Merge to Fedora Core 2 kernel-2.6.8-1.521
[linux-2.6.git] / net / sched / sch_ingress.c
index 3ec741a..30f2176 100644 (file)
@@ -40,7 +40,7 @@
 #endif
 
 
-#define PRIV(sch) ((struct ingress_qdisc_data *) (sch)->data)
+#define PRIV(sch) qdisc_priv(sch)
 
 
 /* Thanks to Doron Oz for this hack