The patch number 9298 was added via Andy Walls <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Andy Walls <[EMAIL PROTECTED]> cx18: Add __iomem address space qualifier to cx18_log_*_retries() argument cx18: Add __iomem address space qualifier to cx18_log_*_retries() addr argument to clean up sparse build warnings. Priority: normal Signed-off-by: Andy Walls <[EMAIL PROTECTED]> --- linux/drivers/media/video/cx18/cx18-io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -r 6ea035897535 -r 4fa87ad9f672 linux/drivers/media/video/cx18/cx18-io.h --- a/linux/drivers/media/video/cx18/cx18-io.h Sat Oct 18 07:51:28 2008 -0400 +++ b/linux/drivers/media/video/cx18/cx18-io.h Sat Oct 18 08:00:26 2008 -0400 @@ -39,7 +39,7 @@ static inline void cx18_io_delay(struct /* Statistics gathering */ static inline -void cx18_log_write_retries(struct cx18 *cx, int i, const void *addr) +void cx18_log_write_retries(struct cx18 *cx, int i, const void __iomem *addr) { if (i > CX18_MAX_MMIO_RETRIES) i = CX18_MAX_MMIO_RETRIES; @@ -48,7 +48,7 @@ void cx18_log_write_retries(struct cx18 } static inline -void cx18_log_read_retries(struct cx18 *cx, int i, const void *addr) +void cx18_log_read_retries(struct cx18 *cx, int i, const void __iomem *addr) { if (i > CX18_MAX_MMIO_RETRIES) i = CX18_MAX_MMIO_RETRIES; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/4fa87ad9f672465f4db2a6c78bb7cae01f863093 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits