commit | 3aa7110e1c415c38c42ef77be0ef2c7a888b9e16 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Jun 22 14:20:09 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Sun Jul 20 07:13:31 2008 -0300 |
tree | 9cebbd4f3450e9479854d1fb4efa5325b93dfd3b | |
parent | 947a080037c6ae47cfe5072eadbd189e3da27ecd [diff] [blame] |
V4L/DVB (8132): bt8xx endianness annotations and fixes Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
diff --git a/drivers/media/dvb/bt8xx/bt878.h b/drivers/media/dvb/bt8xx/bt878.h index 375fd28..d19b592 100644 --- a/drivers/media/dvb/bt8xx/bt878.h +++ b/drivers/media/dvb/bt8xx/bt878.h
@@ -128,7 +128,7 @@ dma_addr_t buf_dma; u32 risc_size; - u32 *risc_cpu; + __le32 *risc_cpu; dma_addr_t risc_dma; u32 risc_pos;