Patch Set 5:

Build failures:

```
CC bootblock/superio/smsc/smscsuperio/early_serial.o
src/superio/smsc/smscsuperio/early_serial.c:14:13: error: static declaration of 'pnp_enter_conf_state' follows non-static declaration
static void pnp_enter_conf_state(pnp_devfn_t dev)
^~~~~~~~~~~~~~~~~~~~
In file included from src/superio/smsc/smscsuperio/early_serial.c:4:
src/include/device/pnp_ops.h:12:6: note: previous declaration of 'pnp_enter_conf_state' was here
void pnp_enter_conf_state(pnp_devfn_t dev);
^~~~~~~~~~~~~~~~~~~~
src/superio/smsc/smscsuperio/early_serial.c:21:13: error: static declaration of 'pnp_exit_conf_state' follows non-static declaration
static void pnp_exit_conf_state(pnp_devfn_t dev)
^~~~~~~~~~~~~~~~~~~
In file included from src/superio/smsc/smscsuperio/early_serial.c:4:
src/include/device/pnp_ops.h:13:6: note: previous declaration of 'pnp_exit_conf_state' was here
void pnp_exit_conf_state(pnp_devfn_t dev);
^~~~~~~~~~~~~~~~~~~
```

This depends on CB:40962, which was postponed due to breakage in google boards. Now I'm trying to force Jenkins to run again so it can tell me where the breakages were, but without much success.

View Change

To view, visit change 40964. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia3cbf6fa9a7719fc420559b9343786c1f66858a4
Gerrit-Change-Number: 40964
Gerrit-PatchSet: 5
Gerrit-Owner: Keith Hui <buurin@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Comment-Date: Sat, 16 May 2020 18:59:46 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment