Parcourir la source

Merge branch 'for-3.4/fixes-for-io-cleanup' of git://git.kernel.org/pub/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
Olof Johansson il y a 13 ans
Parent
commit
88b48684fe
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      arch/arm/mach-tegra/sleep.S

+ 3 - 1
arch/arm/mach-tegra/sleep.S

@@ -23,7 +23,9 @@
  */
 
 #include <linux/linkage.h>
-#include <mach/io.h>
+
+#include <asm/assembler.h>
+
 #include <mach/iomap.h>
 
 #include "flowctrl.h"