diff options
Diffstat (limited to 'include/asm-arm/arch-omap/dma.h')
-rw-r--r-- | include/asm-arm/arch-omap/dma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-omap/dma.h b/include/asm-arm/arch-omap/dma.h index 1b1b02307e77..33cd48d9a853 100644 --- a/include/asm-arm/arch-omap/dma.h +++ b/include/asm-arm/arch-omap/dma.h | |||
@@ -338,13 +338,13 @@ struct omap_dma_channel_params { | |||
338 | 338 | ||
339 | int src_port; /* Only on OMAP1 REVISIT: Is this needed? */ | 339 | int src_port; /* Only on OMAP1 REVISIT: Is this needed? */ |
340 | int src_amode; /* constant , post increment, indexed , double indexed */ | 340 | int src_amode; /* constant , post increment, indexed , double indexed */ |
341 | int src_start; /* source address : physical */ | 341 | unsigned long src_start; /* source address : physical */ |
342 | int src_ei; /* source element index */ | 342 | int src_ei; /* source element index */ |
343 | int src_fi; /* source frame index */ | 343 | int src_fi; /* source frame index */ |
344 | 344 | ||
345 | int dst_port; /* Only on OMAP1 REVISIT: Is this needed? */ | 345 | int dst_port; /* Only on OMAP1 REVISIT: Is this needed? */ |
346 | int dst_amode; /* constant , post increment, indexed , double indexed */ | 346 | int dst_amode; /* constant , post increment, indexed , double indexed */ |
347 | int dst_start; /* source address : physical */ | 347 | unsigned long dst_start; /* source address : physical */ |
348 | int dst_ei; /* source element index */ | 348 | int dst_ei; /* source element index */ |
349 | int dst_fi; /* source frame index */ | 349 | int dst_fi; /* source frame index */ |
350 | 350 | ||