diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2013-10-27 15:50:02 +0100 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-11-24 05:37:02 +0100 |
commit | 2186b6538ede48fbbf8a250b96e58780bfdae082 (patch) | |
tree | 84a7f10eb8649a99da4b3c56cbe22b9fb4aa74eb /src/mainboard/lenovo/x60/mainboard.c | |
parent | 33b09567d291d3e07429c94e38ec6210435c42c1 (diff) | |
download | coreboot-2186b6538ede48fbbf8a250b96e58780bfdae082.tar.xz |
lenovo/x60: native vga init: fix code style issues.
Change-Id: I054edffbb38b13559da10180fc2c6cd9929ba162
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: http://review.coreboot.org/3999
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/x60/mainboard.c')
-rw-r--r-- | src/mainboard/lenovo/x60/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x60/mainboard.c b/src/mainboard/lenovo/x60/mainboard.c index b344ccb364..d425cd2128 100644 --- a/src/mainboard/lenovo/x60/mainboard.c +++ b/src/mainboard/lenovo/x60/mainboard.c @@ -40,7 +40,7 @@ #define PANEL INT15_5F35_CL_DISPLAY_DEFAULT int i915lightup(unsigned int physbase, unsigned int iobase, unsigned int mmio, - unsigned int gfx); + unsigned int gfx); static acpi_cstate_t cst_entries[] = { { 1, 1, 1000, { 0x7f, 1, 2, { 0 }, 1, 0 } }, |