提交 ef7d0b59 编写于 作者: L Linus Torvalds

Merge tag 'i3c/fixes-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux

Pull i3c fix from Alexandre Belloni:
 "A single build warning fix"

* tag 'i3c/fixes-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:
  i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_match
...@@ -777,7 +777,7 @@ static int i3c_hci_remove(struct platform_device *pdev) ...@@ -777,7 +777,7 @@ static int i3c_hci_remove(struct platform_device *pdev)
return 0; return 0;
} }
static const struct __maybe_unused of_device_id i3c_hci_of_match[] = { static const __maybe_unused struct of_device_id i3c_hci_of_match[] = {
{ .compatible = "mipi-i3c-hci", }, { .compatible = "mipi-i3c-hci", },
{}, {},
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册