From 7676fa70feb2f3bcdd4b854a553a57d8ef8505aa Mon Sep 17 00:00:00 2001 From: Hanjun Guo Date: Fri, 27 Mar 2015 12:14:36 +0000 Subject: [PATCH] ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void function Since the only caller of acpi_parse_gic_cpu_interface() doesn't need the return value, make it have a void return type to avoid introducing subtle bugs, and update the comments of the function accordingly. Signed-off-by: Hanjun Guo Signed-off-by: Will Deacon --- Reading git-format-patch failed