]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: keystone: fix missing keystone.h in pm_domain.c
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 21 Jun 2016 16:31:15 +0000 (09:31 -0700)
committerSantosh Shilimkar <ssantosh@kernel.org>
Tue, 21 Jun 2016 16:31:15 +0000 (09:31 -0700)
commit2432a9c123ca9952c6de3cb99bcbf949a5a103da
tree36a7a2d7f5774d965350a3411f8b64a06b55e111
parent0491ad2600d2055b3241c61eb7ebbce5f94258a0
ARM: keystone: fix missing keystone.h in pm_domain.c

The declaration of keystone_pm_runtime_init() is not included
from keystone.h in pm_domain.c. Including the file fixes the
following sparse warning:

arch/arm/mach-keystone/pm_domain.c:37:12: warning: symbol 'keystone_pm_runtime_init' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
arch/arm/mach-keystone/pm_domain.c