aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorBaoyou Xie <[email protected]>2016-08-23 23:19:29 +0800
committerThomas Gleixner <[email protected]>2016-08-24 11:16:38 +0200
commitaa8c0f1ad7e862147f4efb32bbb71ff66eb38caa (patch)
treed9041a7d38ec9c2abe057f18e9447eb000176c8b /tools/perf/scripts/python/bin/export-to-postgresql-report
parent588deb614a0d3caa596dd8eba8c4d31eaaeb89b9 (diff)
clocksource/drivers/pxa: Fix include files for compilation
We get 1 warning about global functions without a declaration in the clocksource/drivers/pxa driver when building with W=1: drivers/clocksource/pxa_timer.c:221:13: warning: no previous prototype for 'pxa_timer_nodt_init' [-Wmissing-prototypes] void __init pxa_timer_nodt_init(int irq, void __iomem *base, In fact, this function is declared in pxa.h, so this patch add missing header dependencies. Signed-off-by: Baoyou Xie <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions