CRDA v4.14 - compiler fix warning

Compilation will fail with gcc 7.2.1 since we use -Werror
as it now captures an unused warning. Since this is now
fixed issue a new release. Nothing else has gone in and
soon hopefully most folks will embrace the internal
kernel feature to requeest the regulatory db done by
the kernel using the firmware API.
crda: Fix error: `keys’ defined but not used

Fix error: ‘keys’ defined but not used [-Werror=unused-const-variable=]
by informing GCC keys is unused.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
1 file changed