diff options
Diffstat (limited to 'src/superio/smsc/lpc47n227/superio.c')
-rw-r--r-- | src/superio/smsc/lpc47n227/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47n227/superio.c b/src/superio/smsc/lpc47n227/superio.c index 37123509a9..edcc2717c9 100644 --- a/src/superio/smsc/lpc47n227/superio.c +++ b/src/superio/smsc/lpc47n227/superio.c @@ -24,7 +24,7 @@ void lpc47n227_pnp_set_irq(struct device *dev, u8 irq); void lpc47n227_pnp_set_enable(struct device *dev, int enable); struct chip_operations superio_smsc_lpc47n227_ops = { - CHIP_NAME("SMSC LPC47N227 Super I/O") + .name = "SMSC LPC47N227 Super I/O", .enable_dev = enable_dev, }; |