Merge tag 'keystone_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantos...
authorOlof Johansson <olof@lixom.net>
Tue, 5 Jul 2016 03:52:30 +0000 (20:52 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 5 Jul 2016 03:52:30 +0000 (20:52 -0700)
ARM: Keystone fix for 4.8

- pm_domain warning fix.

* tag 'keystone_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
  ARM: keystone: fix missing keystone.h in pm_domain.c

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-keystone/pm_domain.c

index e283939..8cbb357 100644 (file)
@@ -18,6 +18,8 @@
 #include <linux/platform_device.h>
 #include <linux/of.h>
 
+#include "keystone.h"
+
 static struct dev_pm_domain keystone_pm_domain = {
        .ops = {
                USE_PM_CLK_RUNTIME_OPS