Felix Held has uploaded this change for review. ( https://review.coreboot.org/27390
Change subject: superio/renesas: remove LDN-specific ops overrides ......................................................................
superio/renesas: remove LDN-specific ops overrides
The pnp ops struct is already passed to the pnp_enable_devices function and it is used if no override is supplied in the elements of the pnp_info struct array
Change-Id: I42469c844074db57071d0191d12d8fd64f462672 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/superio/renesas/m3885x/superio.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/27390/1
diff --git a/src/superio/renesas/m3885x/superio.c b/src/superio/renesas/m3885x/superio.c index 94f6a07..ab205db 100644 --- a/src/superio/renesas/m3885x/superio.c +++ b/src/superio/renesas/m3885x/superio.c @@ -54,7 +54,7 @@ };
static struct pnp_info pnp_dev_info[] = { - { &ops, 0, 0, 0, } + { NULL, 0, 0, 0, } };
static void enable_dev(struct device *dev)