Bluetooth: btnxpuart: Fix compiler warnings
authorNeeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Thu, 18 May 2023 16:43:47 +0000 (22:13 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 19 May 2023 22:38:29 +0000 (15:38 -0700)
commit6ce5169e05aa5360a49a574cc1490ceea6b651a6
treeeacc352bb2ef2e95003e3f396c99bbca06a041fb
parenta2904d2825536aa896a149a9174d11b0958e7095
Bluetooth: btnxpuart: Fix compiler warnings

This fixes the follwing compiler warning reported by kernel test robot:

  drivers/bluetooth/btnxpuart.c:1332:34: warning: unused variable
  'nxpuart_of_match_table' [-Wunused-const-variable]

Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202305161345.eClvTYQ9-lkp@intel.com/
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btnxpuart.c