public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload
@ 2016-12-15 15:24 Loic Pallardy
  2016-12-19 12:28 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Loic Pallardy @ 2016-12-15 15:24 UTC (permalink / raw)
  To: jassisinghbrar, lee.jones
  Cc: loic.pallardy, patrice.chotard, linux-kernel, kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload
  2016-12-15 15:24 [PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload Loic Pallardy
@ 2016-12-19 12:28 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2016-12-19 12:28 UTC (permalink / raw)
  To: Loic Pallardy; +Cc: jassisinghbrar, patrice.chotard, linux-kernel, kernel

On Thu, 15 Dec 2016, Loic Pallardy wrote:

> Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
> ---
>  drivers/mailbox/mailbox-sti.c | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Lee Jones <lee.jones@linaro.org>

> 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)
>  {

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-19 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 15:24 [PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload Loic Pallardy
2016-12-19 12:28 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox