diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-05-14 20:49:43 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-14 13:10:43 +0200 |
commit | f6ba9f6a65cb737ed59d72cf2cdc6c942036fdb6 (patch) | |
tree | 7607708de1f68f8a09ac8255d8caa80b44f21fb3 /src | |
parent | a6130fc8f9c00e0c545389b4e407f0b745435a56 (diff) |
mainboard/lenovo/t520: too many arguments to pc_keyboard_init
Fix build regression introduced in:
a823f9b mainboard/lenovo: Add Lenovo Thinkpad T520 support
Change-Id: I60d92f8cceda6427f43e6be9d78c2af82af4b061
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5738
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/t520/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t520/mainboard.c b/src/mainboard/lenovo/t520/mainboard.c index e387a9f95f..c213791cde 100644 --- a/src/mainboard/lenovo/t520/mainboard.c +++ b/src/mainboard/lenovo/t520/mainboard.c @@ -158,7 +158,7 @@ static void mainboard_init(device_t dev) RCBA32(0x38c4) = 0x00802005; RCBA32(0x38c0) = 0x00000007; - pc_keyboard_init(0); + pc_keyboard_init(); /* Enable expresscard hotplug events. */ pci_write_config32(dev_find_slot(0, PCI_DEVFN(0x1c, 2)), |