[ar71xx] ag71xx driver: fix a typo
[openwrt-10.03/.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx.h
index 2e731334471ab14b1cd006f891853e6f6b18dc1a..dd19f4467790ac40254b55007742ec59635dacd1 100644 (file)
@@ -94,7 +94,7 @@ struct ag71xx_buf {
 
 struct ag71xx_ring {
        struct ag71xx_buf       *buf;
-       struct ag71xx_desc      *descs_cpu;
+       u8                      *descs_cpu;
        dma_addr_t              descs_dma;
        unsigned int            desc_size;
        unsigned int            curr;