On 20-03-23, 19:12, Tom Rix wrote: > clang with W=1 reports > drivers/dma/ti/edma.c:321:20: error: unused function > 'edma_and' [-Werror,-Wunused-function] > static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and) > ^ > This function is not used, so remove it. Applied, thanks -- ~Vinod