Skip to content

Commit

Permalink
Merge branch 'for-3.4/fixes-for-io-cleanup' of git://git.kernel.org/p…
Browse files Browse the repository at this point in the history
…ub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanup2

* 'for-3.4/fixes-for-io-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra:
  ARM: tegra: Include assembler.h in sleep.S to fix build break
  • Loading branch information
olofj committed Mar 28, 2012
2 parents b521d92 + 7175f80 commit 88b4868
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/mach-tegra/sleep.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
*/

#include <linux/linkage.h>
#include <mach/io.h>

#include <asm/assembler.h>

#include <mach/iomap.h>

#include "flowctrl.h"
Expand Down

0 comments on commit 88b4868

Please sign in to comment.