Skip to content

Commit

Permalink
arch/lkl: drop get_arch_dma_ops parameter
Browse files Browse the repository at this point in the history
Rebase atop commit ade1229 ("dma-mapping: no need to pass a
bus_type into get_arch_dma_ops()")

Signed-off-by: David Disseldorp <[email protected]>
  • Loading branch information
ddiss committed Sep 11, 2023
1 parent c945e46 commit 091476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/lkl/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

extern const struct dma_map_ops lkl_dma_ops;

static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
static inline const struct dma_map_ops *get_arch_dma_ops(void)
{
return &lkl_dma_ops;
}
Expand Down

0 comments on commit 091476f

Please sign in to comment.