summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/board/led.c')
-rw-r--r--arch/sandbox/board/led.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/board/led.c b/arch/sandbox/board/led.c
index a080ae634f..ced7e82f99 100644
--- a/arch/sandbox/board/led.c
+++ b/arch/sandbox/board/led.c
@@ -57,6 +57,7 @@ static struct of_device_id sandbox_led_of_ids[] = {
{ .compatible = "barebox,sandbox-led", },
{ }
};
+MODULE_DEVICE_TABLE(of, sandbox_led_of_ids);
static struct driver sandbox_led_of_driver = {
.name = "sandbox-led",