Ignore:
Timestamp:
Jan 17, 2021, 7:58:38 AM (5 years ago)
Author:
Paul Smedley
Message:

Cleanup headers, fix warnings

File:
1 edited

Legend:

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

    r622 r647  
    33#include <linux/pci.h>
    44#include <linux/errno.h>
     5#include <linux/string.h>
     6#include <linux/err.h>
    57
    68/* These definitions mirror those in pci.h, so they can be used
     
    141143        return false;
    142144}
    143 
     145#define pci_set_consistent_dma_mask(p,x) pci_set_dma_mask(p,x)
    144146#endif
Note: See TracChangeset for help on using the changeset viewer.