From: Jonathan Cameron <jic23@kernel.org>
To: Matt Ranostay <mranostay@gmail.com>, lars@metafoo.de, pmeerw@pmeerw.net
Cc: linux-iio@vger.kernel.org
Subject: Re: [PATCH] iio: lidar: add missing MODULE_DEVICE_TABLE for dt
Date: Sun, 27 Sep 2015 16:39:30 +0100 [thread overview]
Message-ID: <56080DB2.8030801@kernel.org> (raw)
In-Reply-To: <1442989323-12247-1-git-send-email-mranostay@gmail.com>
On 23/09/15 07:22, Matt Ranostay wrote:
> The device tree compatible strings weren't properly
> registered for the pulsedlight-lidar-lite-v2 driver.
>
> Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Applied.
> ---
> drivers/iio/proximity/pulsedlight-lidar-lite-v2.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c b/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c
> index 185a7ab..961f9f99 100644
> --- a/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c
> +++ b/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c
> @@ -271,6 +271,7 @@ static const struct of_device_id lidar_dt_ids[] = {
> { .compatible = "pulsedlight,lidar-lite-v2" },
> { }
> };
> +MODULE_DEVICE_TABLE(of, lidar_dt_ids);
>
> static struct i2c_driver lidar_driver = {
> .driver = {
>
prev parent reply other threads:[~2015-09-27 15:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-23 6:22 [PATCH] iio: lidar: add missing MODULE_DEVICE_TABLE for dt Matt Ranostay
2015-09-27 15:39 ` Jonathan Cameron [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56080DB2.8030801@kernel.org \
--to=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=mranostay@gmail.com \
--cc=pmeerw@pmeerw.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.