mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
crypto: omap-des - drop of_match_ptr from OF match table
Drop of_match_ptr() because OF matching is stubbed out when CONFIG_OF=n. Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
083c9ab12c
commit
0a06b86d4b
|
|
@ -1117,7 +1117,7 @@ static struct platform_driver omap_des_driver = {
|
|||
.driver = {
|
||||
.name = "omap-des",
|
||||
.pm = &omap_des_pm_ops,
|
||||
.of_match_table = of_match_ptr(omap_des_of_match),
|
||||
.of_match_table = omap_des_of_match,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user