mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
mvebu: fix missing include of common.h in cpu-reset.c
The mvebu_cpu_reset_deassert() is missing the definition for it, so include common.h where it is defined to fix the warning: arch/arm/mach-mvebu/cpu-reset.c:25:5: warning: symbol 'mvebu_cpu_reset_deassert' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
43043a55b2
commit
e9d50248d6
@ -16,6 +16,8 @@
|
||||
#include <linux/io.h>
|
||||
#include <linux/resource.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
static void __iomem *cpu_reset_base;
|
||||
static size_t cpu_reset_size;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user