Two hda_verb.h files: Add more comments.
[coreboot.git] / src / arch / i386 / boot / mpspec.c
index c6946c2a98f1dba43e2c0bb4654a1ad84fb38ed3..70bc5401fdda72ef7d4e4c04e399d03391455d1f 100644 (file)
@@ -157,7 +157,7 @@ void smp_write_processors(struct mp_config_table *mc)
        }
 }
 
-void smp_write_bus(struct mp_config_table *mc,
+static void smp_write_bus(struct mp_config_table *mc,
        unsigned char id, const char *bustype)
 {
        struct mpc_config_bus *mpc;