Преглед изворни кода

[PATCH] ppc32: Fixed warning in m8xx_setup.c

This adds missing header and thus fix the warning issued by ming prototype.

Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Vitaly Bordug пре 19 година
родитељ
комит
457e04ca5c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      arch/ppc/syslib/m8xx_setup.c

+ 1 - 0
arch/ppc/syslib/m8xx_setup.c

@@ -45,6 +45,7 @@
 #include <asm/bootinfo.h>
 #include <asm/time.h>
 #include <asm/xmon.h>
+#include <asm/ppc_sys.h>
 
 #include "ppc8xx_pic.h"