diff options
Diffstat (limited to 'src/southbridge/ricoh')
-rw-r--r-- | src/southbridge/ricoh/rl5c476/rl5c476.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c index 4240f96a40..2f42fe752c 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.c +++ b/src/southbridge/ricoh/rl5c476/rl5c476.c @@ -223,6 +223,6 @@ static struct pci_driver ricoh_rl5c476_driver __pci_driver = { }; struct chip_operations southbridge_ricoh_rl5c476_control = { + CHIP_NAME("RICOH RL5C476") .enable = southbridge_init, - .name = "RICOH RL5C476" }; |