Commit 4d02be5a authored by Olof Johansson's avatar Olof Johansson

Merge branch 'cleanup' of...

Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup

* 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: OMAP2+: Fix build error after merge
parents 18bb4fb2 2b43e4e5
......@@ -18,6 +18,8 @@
#include <linux/err.h>
#include <linux/io.h>
#include <plat/hardware.h>
#include "iomap.h"
#include "common.h"
#include "cm.h"
......
......@@ -17,6 +17,7 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <plat/hardware.h>
#include <plat/board.h>
#include <plat/mux.h>
#include <plat/clock.h>
......
......@@ -15,6 +15,7 @@
#include <linux/kernel.h>
#include <linux/io.h>
#include <plat/hardware.h>
#include <plat/sdrc.h>
#include "iomap.h"
......
......@@ -24,6 +24,7 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <plat/hardware.h>
#include <plat/clock.h>
#include <plat/sram.h>
#include <plat/sdrc.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