aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x60/early_init.c')
-rw-r--r--src/mainboard/lenovo/x60/early_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x60/early_init.c b/src/mainboard/lenovo/x60/early_init.c
index ef760fb974..5a8fc78d76 100644
--- a/src/mainboard/lenovo/x60/early_init.c
+++ b/src/mainboard/lenovo/x60/early_init.c
@@ -22,7 +22,7 @@ void mainboard_lpc_decode(void)
static void early_superio_config(void)
{
int timeout = 100000;
- pnp_devfn_t dev = PNP_DEV(0x2e, 3);
+ const pnp_devfn_t dev = PNP_DEV(0x2e, 3);
pnp_write_config(dev, 0x29, 0x06);