diff options
author | Thomas Langer <thomas.langer@lantiq.com> | 2008-12-16 21:27:09 +0000 |
---|---|---|
committer | Thomas Langer <thomas.langer@lantiq.com> | 2008-12-16 21:27:09 +0000 |
commit | 5b2ba181e4af83f38d2a293deccdfa1bd7670384 (patch) | |
tree | e76d40149f7e1c3da47527dea38d22993e69e6a1 /target/linux/ifxmips/files/include | |
parent | a38b23a89487105dce90bd97ba6fd0e96760875a (diff) | |
download | upstream-5b2ba181e4af83f38d2a293deccdfa1bd7670384.tar.gz upstream-5b2ba181e4af83f38d2a293deccdfa1bd7670384.tar.bz2 upstream-5b2ba181e4af83f38d2a293deccdfa1bd7670384.zip |
some correction (sorry, was compiling old files)
SVN-Revision: 13670
Diffstat (limited to 'target/linux/ifxmips/files/include')
-rw-r--r-- | target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_dma.h | 2 | ||||
-rw-r--r-- | target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_gptu.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_dma.h b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_dma.h index bcf0f12c52..8ba852a1ec 100644 --- a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_dma.h +++ b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_dma.h @@ -163,7 +163,7 @@ struct dma_channel_info { struct dma_device_info { /* device name of this peripheral */ - const char *device_name; + char device_name[15]; int reserved; int tx_burst_len; int rx_burst_len; diff --git a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_gptu.h b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_gptu.h index 4ff1ee0af7..330c3cfd55 100644 --- a/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_gptu.h +++ b/target/linux/ifxmips/files/include/asm-mips/ifxmips/ifxmips_gptu.h @@ -141,7 +141,7 @@ struct gptu_ioctl_param { */ typedef void (*timer_callback)(unsigned long arg); -xtern int ifxmips_request_timer(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long); +extern int ifxmips_request_timer(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long); extern int ifxmips_free_timer(unsigned int); extern int ifxmips_start_timer(unsigned int, int); extern int ifxmips_stop_timer(unsigned int); |