Skip to content

Commit

Permalink
Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/g…
Browse files Browse the repository at this point in the history
…it/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
  • Loading branch information
Olof Johansson committed Mar 7, 2012
2 parents 18bb4fb + 2b43e4e commit 4d02be5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-omap2/cm2xxx_3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-omap2/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-omap2/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/kernel.h>
#include <linux/io.h>

#include <plat/hardware.h>
#include <plat/sdrc.h>

#include "iomap.h"
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-omap2/sdrc2xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4d02be5

Please sign in to comment.