dma: sh: use an integer slave ID to improve API compatibility
[deliverable/linux.git] / include / linux / sh_dma.h
index a79f10a32243cc0803c84e9fab7f34be4e7b505a..4e83f3e034f3873d531580550a1940b4b49f6461 100644 (file)
@@ -27,10 +27,10 @@ struct sh_dmae_slave {
  * a certain peripheral
  */
 struct sh_dmae_slave_config {
-       unsigned int                    slave_id;
-       dma_addr_t                      addr;
-       u32                             chcr;
-       char                            mid_rid;
+       int             slave_id;
+       dma_addr_t      addr;
+       u32             chcr;
+       char            mid_rid;
 };
 
 struct sh_dmae_channel {
This page took 0.023836 seconds and 5 git commands to generate.