Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754955AbcLSMYl (ORCPT ); Mon, 19 Dec 2016 07:24:41 -0500 Received: from mail-wj0-f177.google.com ([209.85.210.177]:35895 "EHLO mail-wj0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673AbcLSMYi (ORCPT ); Mon, 19 Dec 2016 07:24:38 -0500 Date: Mon, 19 Dec 2016 12:28:02 +0000 From: Lee Jones To: Loic Pallardy Cc: jassisinghbrar@gmail.com, patrice.chotard@st.com, linux-kernel@vger.kernel.org, kernel@stlinux.com Subject: Re: [PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload Message-ID: <20161219122802.GB23486@dell> References: <1481815478-2688-1-git-send-email-loic.pallardy@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1481815478-2688-1-git-send-email-loic.pallardy@st.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 27 On Thu, 15 Dec 2016, Loic Pallardy wrote: > Signed-off-by: Loic Pallardy > --- > drivers/mailbox/mailbox-sti.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Lee Jones > 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