All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: alex.bluesman.smirnov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-zigbee-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [PATCH net-next 06/14] at86rf230: add missing MODULE_DEVICE_TABLE
Date: Thu, 24 Apr 2014 19:09:10 +0200	[thread overview]
Message-ID: <1398359358-11085-7-git-send-email-alex.aring@gmail.com> (raw)
In-Reply-To: <1398359358-11085-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Signed-off-by: Alexander Aring <alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Reported-by: Varka Bhadram <varkabhadram-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 drivers/net/ieee802154/at86rf230.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c
index d52700f..46d992a 100644
--- a/drivers/net/ieee802154/at86rf230.c
+++ b/drivers/net/ieee802154/at86rf230.c
@@ -1223,6 +1223,7 @@ static struct of_device_id at86rf230_of_match[] = {
 	{ .compatible = "atmel,at86rf212", },
 	{ },
 };
+MODULE_DEVICE_TABLE(of, at86rf230_of_match);
 #endif
 
 static struct spi_driver at86rf230_driver = {
-- 
1.9.2


------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform

  parent reply	other threads:[~2014-04-24 17:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-24 17:09 [PATCH net-next 00/14] at86rf230 cleanup Alexander Aring
     [not found] ` <1398359358-11085-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-04-24 17:09   ` [PATCH net-next 01/14] at86rf230: use irq_get_trigger_type Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 02/14] devicetree: add at86rf230 bindings Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 03/14] at86rf230: remove irq_type in request_irq Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 04/14] at86rf230: use devm_request_irq Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 05/14] at86rf230: use devm_gpio_request_one Alexander Aring
2014-04-24 17:09   ` Alexander Aring [this message]
2014-04-24 17:09   ` [PATCH net-next 07/14] at86rf230: make of_device_id const Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 08/14] at86rf230: add at86rf230_device_id table Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 09/14] at86rf230: remove #ifdef CONFIG_OF Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 10/14] at86rf230: remove unnecessary assign Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 11/14] at86rf230: reset irq line before irq request Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 12/14] at86rf230: remove unnecessary spi_set_drvdata Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 13/14] at86rf230: remove unnecessary state read Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 14/14] at86rf230: remove function for setting irq polarity Alexander Aring
2014-04-26 16:21 ` [PATCH net-next 00/14] at86rf230 cleanup David Miller

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=1398359358-11085-7-git-send-email-alex.aring@gmail.com \
    --to=alex.aring-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=alex.bluesman.smirnov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-zigbee-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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.