Переглянути джерело

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 13 роки тому
батько
коміт
88b48684fe
1 змінених файлів з 3 додано та 1 видалено
  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 <linux/linkage.h>
-#include <mach/io.h>
+
+#include <asm/assembler.h>
+
 #include <mach/iomap.h>
 #include <mach/iomap.h>
 
 
 #include "flowctrl.h"
 #include "flowctrl.h"