Commit 95393f3e authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Boris Brezillon
Browse files

i3c/master/mipi-i3c-hci: quiet maybe-unused variable warning



If CONFIG_OF is disabled then the matching table is notreferenced.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarNicolas Pitre <npitre@baylibre.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@collabora.com>
parent 015cbe1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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", },
	{},
};