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 <uwe@hermann-uwe.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2922 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2007-10-31 22:22:11 +00:00
parent e7537f134d
commit 246be7dd6d
8 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
#define FINTEK_VENDOR_ID 0x3419
const static struct superio_registers reg_table[] = {
static const struct superio_registers reg_table[] = {
{0x0106, "F71862FG", {
{EOT}}},
{0x4103, "F71872F/FG / F71806F/FG", { /* Same ID? Datasheet typo? */