diff options
author | Dean Nelson <dcn@sgi.com> | 2009-02-09 10:25:20 -0600 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-11 13:31:47 +0100 |
commit | 1c0040047d5499599cc231ca3f105be3ceff8562 (patch) | |
tree | 4c1266a5763de66a2f3d3ebff8a5a87249baa88d /drivers/misc/sgi-gru/gru.h | |
parent | 9c8bb6b534d1c89a20bf9bb45e1471cf8f4747c0 (diff) | |
download | linux-1c0040047d5499599cc231ca3f105be3ceff8562.tar.gz linux-1c0040047d5499599cc231ca3f105be3ceff8562.tar.bz2 linux-1c0040047d5499599cc231ca3f105be3ceff8562.zip |
SGI IA64 UV: fix ia64 build error in the linux-next tree
Fix the ia64 build error that occurs in the linux-next tree by introducing
an ia64 version of uv.h.
Additionally, clean up the usage of is_uv_system().
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers/misc/sgi-gru/gru.h')
-rw-r--r-- | drivers/misc/sgi-gru/gru.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/sgi-gru/gru.h b/drivers/misc/sgi-gru/gru.h index 1b5f579df15f..f93f03a9e6e9 100644 --- a/drivers/misc/sgi-gru/gru.h +++ b/drivers/misc/sgi-gru/gru.h @@ -19,8 +19,6 @@ #ifndef __GRU_H__ #define __GRU_H__ -#include <asm/uv/uv.h> - /* * GRU architectural definitions */ |