Skip to content

Commit

Permalink
x86: uv cleanup, build fix #2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Jan 21, 2009
1 parent ace6c6c commit 5b22127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/misc/sgi-gru/gru.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#ifndef __GRU_H__
#define __GRU_H__

#include <asm/uv/uv.h>

/*
* GRU architectural definitions
*/
Expand Down
2 changes: 2 additions & 0 deletions drivers/misc/sgi-xp/xp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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() */
Expand Down

0 comments on commit 5b22127

Please sign in to comment.