ixl(4): Remove compile warning for unused function.
commit87513df0117018831a9065eae7f1dc454f7088a8
authorsbruno <sbruno@FreeBSD.org>
Tue, 13 Oct 2015 17:20:05 +0000 (13 17:20 +0000)
committersbruno <sbruno@FreeBSD.org>
Tue, 13 Oct 2015 17:20:05 +0000 (13 17:20 +0000)
treeb593bf10322beb10c92721d3017b4ffe232e96e5
parent15f4d13e5bc1d97d985dae26b38c0c9951a1372a
ixl(4): Remove compile warning for unused function.

sys/dev/ixl/if_ixl.c:4377:1: warning: unused function 'ixl_debug_info' [-Wunused-function]
ixl_debug_info(SYSCTL_HANDLER_ARGS)

Differential Revision: https://reviews.freebsd.org/D3718
Submitted by: bz
sys/dev/ixl/if_ixl.c