From 246be7dd6dc732f1bf98f2ad63e2b7d9050aeafe Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 31 Oct 2007 22:22:11 +0000 Subject: Use the preferred order of 'static const' instead of 'const static'. This is the common style in both Linux as well as in LinuxBIOS. Signed-off-by: Uwe Hermann Acked-by: Jordan Crouse git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2922 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/nsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/nsc.c') diff --git a/util/superiotool/nsc.c b/util/superiotool/nsc.c index 0edf2a0ab5..5cb0ec7fa5 100644 --- a/util/superiotool/nsc.c +++ b/util/superiotool/nsc.c @@ -24,7 +24,7 @@ #define CHIP_ID_REG 0x20 /* Super I/O ID (SID) / family */ #define CHIP_REV_REG 0x27 /* Super I/O revision ID (SRID) */ -const static struct superio_registers reg_table[] = { +static const struct superio_registers reg_table[] = { {0xd0, "PC87371", { /* From sensors-detect */ {EOT}}}, {0xdf, "PC97371", { /* From sensors-detect */ -- cgit v1.2.3