Parcourir la source

x86: uv cleanup, build fix #2

Fix more build-failure fallout from the UV cleanup - the UV drivers
were not updated to include <asm/uv/uv.h>.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar il y a 16 ans
Parent
commit
5b221278d6
2 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 2 0
      drivers/misc/sgi-gru/gru.h
  2. 2 0
      drivers/misc/sgi-xp/xp.h

+ 2 - 0
drivers/misc/sgi-gru/gru.h

@@ -19,6 +19,8 @@
 #ifndef __GRU_H__
 #define __GRU_H__
 
+#include <asm/uv/uv.h>
+
 /*
  * GRU architectural definitions
  */

+ 2 - 0
drivers/misc/sgi-xp/xp.h

@@ -15,6 +15,8 @@
 
 #include <linux/mutex.h>
 
+#include <asm/uv/uv.h>
+
 #ifdef CONFIG_IA64
 #include <asm/system.h>
 #include <asm/sn/arch.h>	/* defines is_shub1() and is_shub2() */