aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2021-04-14 14:39:14 +0800
committerKalle Valo <kvalo@codeaurora.org>2021-04-18 09:36:56 +0300
commitfa84df705260513a6f690275d4fd2c0b054849b0 (patch)
tree07427074259200e079de1ca3254d6d979fc0e50d /drivers/bcma
parentwil6210: wmi: Remove useless code (diff)
downloadlinux-dev-fa84df705260513a6f690275d4fd2c0b054849b0.tar.xz
linux-dev-fa84df705260513a6f690275d4fd2c0b054849b0.zip
bcma: remove unused function
Fix the following clang warning: drivers/bcma/driver_mips.c:55:20: warning: unused function 'mips_write32' [-Wunused-function]. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1618382354-866-1-git-send-email-jiapeng.chong@linux.alibaba.com
Diffstat (limited to 'drivers/bcma')
-rw-r--r--drivers/bcma/driver_mips.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c
index 87760aa60446..12aca34e8db0 100644
--- a/drivers/bcma/driver_mips.c
+++ b/drivers/bcma/driver_mips.c
@@ -52,13 +52,6 @@ static inline u32 mips_read32(struct bcma_drv_mips *mcore,
return bcma_read32(mcore->core, offset);
}
-static inline void mips_write32(struct bcma_drv_mips *mcore,
- u16 offset,
- u32 value)
-{
- bcma_write32(mcore->core, offset, value);
-}
-
static u32 bcma_core_mips_irqflag(struct bcma_device *dev)
{
u32 flag;