aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2016-01-06 11:45:51 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2016-04-12 21:05:19 +1000
commit7f92bc5694557dee4cefa90df27feec16c7b62da (patch)
tree04036fff4ed67ced269d59c4e34ce35c98265d9f /arch/powerpc/kernel/time.c
parent635218c785bef355bc8266a1fdb28f38cdca365d (diff)
downloadlinux-7f92bc5694557dee4cefa90df27feec16c7b62da.tar.gz
powerpc: sparse: Include headers for __weak symbols
Sometimes when sparse warns about undefined symbols, it isn't because they should have 'static' added, it's because they're overriding __weak symbols defined elsewhere, and the header has been missed. Fix a few of them by adding appropriate headers. Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/time.c')
-rw-r--r--arch/powerpc/kernel/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c
index 81b0900a39eef..3ed9a5a21d779 100644
--- a/arch/powerpc/kernel/time.c
+++ b/arch/powerpc/kernel/time.c
@@ -55,6 +55,7 @@
#include <linux/delay.h>
#include <linux/irq_work.h>
#include <linux/clk-provider.h>
+#include <linux/suspend.h>
#include <asm/trace.h>
#include <asm/io.h>