Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8b66db8 authored by Alexander Aring's avatar Alexander Aring Committed by David S. Miller
Browse files

at86rf230: remove #ifdef CONFIG_OF



This is already handled by the of_match_ptr macro.

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 90b15520
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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", },