On Thu, 23 Mar 2023 21:27:13 +0100, Tom Rix wrote: > > clang with W=1 reports > sound/pci/rme9652/hdspm.c:6149:19: error: unused function > 'copy_u32_le' [-Werror,-Wunused-function] > static inline int copy_u32_le(void __user *dest, void __iomem *src) > ^ > This function is not used so remove it. > > Signed-off-by: Tom Rix <trix@xxxxxxxxxx> Applied to for-next branch. Thanks. Takashi