Various license header consistency fixes (trivial).
[coreboot.git] / src / mainboard / gigabyte / m57sli / acpi_tables.c
index ecc063df18051ddac42c19d1dea83e6c698955dc..bc27b9991a43111e9e761854b4d55889fb88cf74 100644 (file)
@@ -10,8 +10,8 @@
  * Copyright (C) 2009 Harald Gutmann <harald.gutmann@gmx.net>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -93,7 +93,7 @@ unsigned long acpi_fill_madt(unsigned long current)
        return current;
 }
 
-unsigned long acpi_fill_ssdt_generator(unsigned long current, char *oem_table_id) 
+unsigned long acpi_fill_ssdt_generator(unsigned long current, const char *oem_table_id)
 {
        k8acpi_write_vars();
        amd_model_fxx_generate_powernow(0, 0, 0);