瀏覽代碼

[PATCH] ppc32: Fix building of prpmc750

Updated prpmc750 platform code to include serial_reg.h to fix building.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Kumar Gala 20 年之前
父節點
當前提交
571e63fc83
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/ppc/platforms/prpmc750.c

+ 1 - 0
arch/ppc/platforms/prpmc750.c

@@ -29,6 +29,7 @@
 #include <linux/ide.h>
 #include <linux/root_dev.h>
 #include <linux/slab.h>
+#include <linux/serial_reg.h>
 
 #include <asm/byteorder.h>
 #include <asm/system.h>