diff options
author | Tom Rix <trix@redhat.com> | 2023-03-23 12:13:43 -0400 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-03-24 19:09:57 -0700 |
commit | 2d08f3e128b1b380b0992ab40d60e0843db3c6b2 (patch) | |
tree | 2833ed7c5285c54a08ea1acaa661698bbf4b0ae6 /drivers/net | |
parent | dc0a7b52007145a85d0c2f3151870b101568b449 (diff) | |
download | linux-stable-2d08f3e128b1b380b0992ab40d60e0843db3c6b2.tar.gz linux-stable-2d08f3e128b1b380b0992ab40d60e0843db3c6b2.tar.bz2 linux-stable-2d08f3e128b1b380b0992ab40d60e0843db3c6b2.zip |
mISDN: remove unused vpm_read_address and cpld_read_reg functions
clang with W=1 reports
drivers/isdn/hardware/mISDN/hfcmulti.c:667:1: error: unused function
'vpm_read_address' [-Werror,-Wunused-function]
vpm_read_address(struct hfc_multi *c)
^
drivers/isdn/hardware/mISDN/hfcmulti.c:643:1: error: unused function
'cpld_read_reg' [-Werror,-Wunused-function]
cpld_read_reg(struct hfc_multi *hc, unsigned char reg)
^
These functions are not used, so remove them.
Reported-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230323161343.2633836-1-trix@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions