Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758464AbcLOPYz (ORCPT ); Thu, 15 Dec 2016 10:24:55 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:19503 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750801AbcLOPYx (ORCPT ); Thu, 15 Dec 2016 10:24:53 -0500 From: Loic Pallardy To: , CC: , , , Subject: [PATCH 1/1] mailbox: sti: add MODULE_DEVICE_TABLE for module autoload Date: Thu, 15 Dec 2016 16:24:38 +0100 Message-ID: <1481815478-2688-1-git-send-email-loic.pallardy@st.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-15_09:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 525 Lines: 19 Signed-off-by: Loic Pallardy --- 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