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:
@@ -100,7 +100,7 @@ void probe_idregs_smsc(uint16_t port);
|
||||
void probe_idregs_winbond(uint16_t port);
|
||||
|
||||
/** Table of which config ports to probe for each Super I/O family. */
|
||||
const static struct {
|
||||
static const struct {
|
||||
void (*probe_idregs) (uint16_t port);
|
||||
int ports[MAXNUMPORTS]; /* Signed, as we need EOT. */
|
||||
} superio_ports_table[] = {
|
||||
|
Reference in New Issue
Block a user