瀏覽代碼

powerpc: include lmb.h in arch/powerpc/platforms/powermac/setup.c

since it uses the lmb stuff in one place.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Paul Mackerras 19 年之前
父節點
當前提交
fbf1769d08
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/powerpc/platforms/powermac/setup.c

+ 1 - 0
arch/powerpc/platforms/powermac/setup.c

@@ -75,6 +75,7 @@
 #include <asm/smu.h>
 #include <asm/pmc.h>
 #include <asm/mpic.h>
+#include <asm/lmb.h>
 
 #include "pmac.h"