Ignore:
Timestamp:
Jan 2, 2021, 1:29:57 AM (5 years ago)
Author:
Paul Smedley
Message:

More code cleanups to eliminate warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/dma-mapping.h

    r615 r622  
    108108
    109109static inline void set_dma_ops(struct device *dev,
    110                                const struct dma_map_ops *dma_ops)
     110                               struct dma_map_ops *dma_ops)
    111111{
    112112        dev->dma_ops = dma_ops;
Note: See TracChangeset for help on using the changeset viewer.