diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-13 12:20:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-13 12:20:02 +0000 |
commit | d99dcbca9fdb63fcadd2bcc07879c8e5884bd999 (patch) | |
tree | 9920bfc7eb4b7895e986dc177cc45acca265052d /target/linux/ar71xx/files/drivers/net | |
parent | 330e5c1827accd5fa1cecf1a226c8093d3d6c442 (diff) | |
download | upstream-d99dcbca9fdb63fcadd2bcc07879c8e5884bd999.tar.gz upstream-d99dcbca9fdb63fcadd2bcc07879c8e5884bd999.tar.bz2 upstream-d99dcbca9fdb63fcadd2bcc07879c8e5884bd999.zip |
ag71xx driver: fix a typo
SVN-Revision: 16827
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net')
-rw-r--r-- | target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h index 2e73133447..dd19f44677 100644 --- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h +++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h @@ -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; |