]> Pileus Git - ~andy/linux/blobdiff - drivers/acpi/numa.c
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / drivers / acpi / numa.c
index 33e609f6358580647412dd0d029f065fdfb73741..2e82e5d7693016676ad6afdf69ce3b553e968d44 100644 (file)
@@ -159,7 +159,7 @@ acpi_table_print_srat_entry(struct acpi_subtable_header *header)
  * distance than the others.
  * Do some quick checks here and only use the SLIT if it passes.
  */
-static __init int slit_valid(struct acpi_table_slit *slit)
+static int __init slit_valid(struct acpi_table_slit *slit)
 {
        int i, j;
        int d = slit->locality_count;