mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
i3c/master/mipi-i3c-hci: quiet maybe-unused variable warning
If CONFIG_OF is disabled then the matching table is notreferenced. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Nicolas Pitre <npitre@baylibre.com> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
This commit is contained in:
parent
015cbe1f05
commit
95393f3e07
@ -777,7 +777,7 @@ static int i3c_hci_remove(struct platform_device *pdev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct of_device_id i3c_hci_of_match[] = {
|
||||
static const struct __maybe_unused of_device_id i3c_hci_of_match[] = {
|
||||
{ .compatible = "mipi-i3c-hci", },
|
||||
{},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user