diff --git a/driver/counter.c b/driver/counter.c index c03bc25..ad2de56 100644 --- a/driver/counter.c +++ b/driver/counter.c @@ -20,7 +20,7 @@ static struct of_device_id my_driver_ids[] = { .compatible = "hottis,counter", }, { /* sentinel */ } }; -MODULE_DEVICE_TABLE(of, my_driver_ids); +// MODULE_DEVICE_TABLE(of, my_driver_ids); static struct platform_driver my_driver = { .probe = dt_probe,