Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1542821
| From | Loic Pallardy <loic.pallardy@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload |
| Date | 2016-12-15 16:30 +0100 |
| Message-ID | <sOG8O-7rb-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
---
drivers/mailbox/mailbox-sti.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mailbox/mailbox-sti.c b/drivers/mailbox/mailbox-sti.c
index a334db5..41bcd33 100644
--- a/drivers/mailbox/mailbox-sti.c
+++ b/drivers/mailbox/mailbox-sti.c
@@ -403,6 +403,7 @@ static struct mbox_chan *sti_mbox_xlate(struct mbox_controller *mbox,
},
{ }
};
+MODULE_DEVICE_TABLE(of, sti_mailbox_match);
static int sti_mbox_probe(struct platform_device *pdev)
{
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload Loic Pallardy <loic.pallardy@st.com> - 2016-12-15 16:30 +0100 Re: [PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload Lee Jones <lee.jones@linaro.org> - 2016-12-19 13:30 +0100
csiph-web