Commit 2d08510f authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fix sdrc.h and powerdomain.c for assembly

Fix sdrc.h and powerdomain.c for assembly
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fb0c2e30
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include <linux/io.h>
#include "prcm-common.h" #include "prcm-common.h"
#ifndef __ASSEMBLER__ #ifndef __ASSEMBLER__
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <linux/list.h> #include <linux/list.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/io.h>
#include <asm/atomic.h> #include <asm/atomic.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment