We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4139d3 commit 6c6d352Copy full SHA for 6c6d352
drivers/sdhc/xlnx_sdhc.c
@@ -1294,7 +1294,7 @@ static int xlnx_sdhc_init(const struct device *dev)
1294
return xlnx_sdhc_host_reset(dev);
1295
}
1296
1297
-static const struct sdhc_driver_api xlnx_sdhc_api = {
+static DEVICE_API(sdhc, xlnx_sdhc_api) = {
1298
.reset = xlnx_sdhc_host_reset,
1299
.request = xlnx_sdhc_request,
1300
.set_io = xlnx_sdhc_set_io,
0 commit comments