Loading drivers/dma/amba-pl08x.c +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ struct pl08x_dma_chan { struct pl08x_phy_chan *phychan; int phychan_hold; struct tasklet_struct tasklet; char *name; const char *name; const struct pl08x_channel_data *cd; dma_addr_t src_addr; dma_addr_t dst_addr; Loading include/linux/amba/pl08x.h +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ enum { * these buses (use PL08X_AHB1 | PL08X_AHB2). */ struct pl08x_channel_data { char *bus_id; const char *bus_id; int min_signal; int max_signal; u32 muxval; Loading Loading
drivers/dma/amba-pl08x.c +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ struct pl08x_dma_chan { struct pl08x_phy_chan *phychan; int phychan_hold; struct tasklet_struct tasklet; char *name; const char *name; const struct pl08x_channel_data *cd; dma_addr_t src_addr; dma_addr_t dst_addr; Loading
include/linux/amba/pl08x.h +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ enum { * these buses (use PL08X_AHB1 | PL08X_AHB2). */ struct pl08x_channel_data { char *bus_id; const char *bus_id; int min_signal; int max_signal; u32 muxval; Loading