summaryrefslogtreecommitdiff
path: root/drivers/net/ieee802154/at86rf230.c
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-04-24 21:09:13 +0400
committerDavid S. Miller <davem@davemloft.net>2014-04-26 20:20:34 +0400
commita8b66db804f045a33c7e52ab32d8338a917a3153 (patch)
treeaa41f39c3130e8f2c5ac6e6ab4df7bf797426cf1 /drivers/net/ieee802154/at86rf230.c
parent90b15520d441b6733843518cfb8c65eee3f36ac8 (diff)
downloadlinux-a8b66db804f045a33c7e52ab32d8338a917a3153.tar.xz
at86rf230: remove #ifdef CONFIG_OF
This is already handled by the of_match_ptr macro. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ieee802154/at86rf230.c')
-rw-r--r--drivers/net/ieee802154/at86rf230.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c
index cf376c4f3fd3..b324bb346871 100644
--- a/drivers/net/ieee802154/at86rf230.c
+++ b/drivers/net/ieee802154/at86rf230.c
@@ -1215,7 +1215,6 @@ static int at86rf230_remove(struct spi_device *spi)
return 0;
}
-#if IS_ENABLED(CONFIG_OF)
static const struct of_device_id at86rf230_of_match[] = {
{ .compatible = "atmel,at86rf230", },
{ .compatible = "atmel,at86rf231", },
@@ -1224,7 +1223,6 @@ static const struct of_device_id at86rf230_of_match[] = {
{ },
};
MODULE_DEVICE_TABLE(of, at86rf230_of_match);
-#endif
static const struct spi_device_id at86rf230_device_id[] = {
{ .name = "at86rf230", },