hwrng: imx-rngc - don't init of_device_id's data
authorMartin Kaiser <martin@kaiser.cx>
Fri, 19 May 2023 16:11:19 +0000 (18:11 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 24 May 2023 10:12:33 +0000 (18:12 +0800)
commit357132b5c4913ee2fd58a4b832e769fca998039d
tree517e87f2a014a8c4fbb3cff045a8059fe6d474c9
parentac2cc2406e5d3b5898392dfc5e67db3af3ddfcf8
hwrng: imx-rngc - don't init of_device_id's data

We have no device-specific data for fsl,imx25-rngb. There's no need to
set .data = NULL, this is the default.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/imx-rngc.c