]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: atmel-ecc - drop CONFIG_OF guard and of_match_ptr
authorThorsten Blum <thorsten.blum@linux.dev>
Sat, 9 May 2026 10:11:56 +0000 (12:11 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 May 2026 10:08:48 +0000 (18:08 +0800)
commit8e4e40b0d03a11cde9e341b4a422232cb25d2c61
treeaa9ee0a195a2f245699e4ed1743778722a73cb38
parent917faaf2bd02da23286172863e3adab363233864
crypto: atmel-ecc - drop CONFIG_OF guard and of_match_ptr

Drop the CONFIG_OF preprocessor guard and remove of_match_ptr() because
OF matching is stubbed out when CONFIG_OF=n.

Reformat atmel_ecc_dt_ids for consistency.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-ecc.c