ltq-atm/ltq-ptm: re-enable/fix reset_ppe() functionality for VR9
[openwrt/staging/hauke.git] / package / kernel / lantiq / ltq-atm / src / ifxmips_atm_core.h
index 398be7d8282a77b67c5908a7a205bda9ed2009f4..31b80cf86f01830cadb1f37204b7db7c1b6989f6 100644 (file)
@@ -34,7 +34,7 @@
 #define SET_BITS(x, msb, lsb, value)    (((x) & ~(((1 << ((msb) + 1)) - 1) ^ ((1 << (lsb)) - 1))) | (((value) & ((1 << (1 + (msb) - (lsb))) - 1)) << (lsb)))
 
 struct ltq_atm_ops {
-       void (*init)(void);
+       void (*init)(struct platform_device *pdev);
        void (*shutdown)(void);
 
        int (*start)(int pp32);