net: b44: Remove the unused function __b44_cam_read()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Sat, 28 Jan 2023 09:04:13 +0000 (17:04 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 31 Jan 2023 05:03:51 +0000 (21:03 -0800)
commit1586f31e30ed041650e32147e79bb0837a42e11d
treeb690fefaa9217000309ae6c05ff8ad7d1c867a82
parent90e8ca0abb05ada6c1e2710eaa21688dafca26f2
net: b44: Remove the unused function __b44_cam_read()

The function __b44_cam_read() is defined in the b44.c file, but not called
elsewhere, so remove this unused function.

drivers/net/ethernet/broadcom/b44.c:199:20: warning: unused function '__b44_cam_read'.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3858
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230128090413.79824-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/broadcom/b44.c