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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user