Commit aab2ca43 authored by Len Brown's avatar Len Brown Committed by Len Brown

fix main.c build warning

parent 7a4bd356
......@@ -94,7 +94,7 @@ extern void prepare_namespace(void);
#ifdef CONFIG_ACPI
extern void acpi_early_init(void);
#else
static inline acpi_early_init() { }
static inline void acpi_early_init(void) { }
#endif
#ifdef CONFIG_TC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment