diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-07-07 08:31:15 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-08 11:00:50 +0900 |
commit | 20fbdc35723f0b3e1a0d2948960244f9721d1646 (patch) | |
tree | 210ca6f9d3175a6247d7764a9256db9d90d8b151 /net/openvswitch | |
parent | d2af686c2df82659673c2a795c06dcd37730a3b9 (diff) | |
download | linux-stable-20fbdc35723f0b3e1a0d2948960244f9721d1646.tar.gz linux-stable-20fbdc35723f0b3e1a0d2948960244f9721d1646.tar.bz2 linux-stable-20fbdc35723f0b3e1a0d2948960244f9721d1646.zip |
isdn/capi: fix defined but not used warnings
Fix build warnings in drivers/isdn/capi/ when CONFIG_PROC_FS is not
enabled by marking the unused functions as __maybe_unused.
../drivers/isdn/capi/capi.c:1324:12: warning: 'capi20_proc_show' defined but not used [-Wunused-function]
../drivers/isdn/capi/capi.c:1347:12: warning: 'capi20ncci_proc_show' defined but not used [-Wunused-function]
../drivers/isdn/capi/capidrv.c:2454:12: warning: 'capidrv_proc_show' defined but not used [-Wunused-function]
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions