Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACPI / dock: Include appropriate header file in dock.c
Includes appropriate header file internal.h in dock.c because function acpi_dock_init() has its prototype declaration in internal.h. This eliminates the following warning in dock.c: drivers/acpi/dock.c:899:13: warning: no previous prototype for ‘acpi_dock_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria <[email protected]> Reviewed-by: Josh Triplett <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
- Loading branch information