diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-21 13:30:07 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-21 13:59:11 +0300 |
commit | 5b221278d61e3907a5e4104a844b63bc8bb3d43a (patch) | |
tree | 3fb6c97177f486aad5b27481876b0851764dc0ca /drivers/misc/sgi-gru | |
parent | ace6c6c840878342f698f0da6588dd5ded755369 (diff) | |
download | linux-5b221278d61e3907a5e4104a844b63bc8bb3d43a.tar.xz |
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>
Diffstat (limited to 'drivers/misc/sgi-gru')
-rw-r--r-- | drivers/misc/sgi-gru/gru.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/sgi-gru/gru.h b/drivers/misc/sgi-gru/gru.h index f93f03a9e6e9..1b5f579df15f 100644 --- a/drivers/misc/sgi-gru/gru.h +++ b/drivers/misc/sgi-gru/gru.h @@ -19,6 +19,8 @@ #ifndef __GRU_H__ #define __GRU_H__ +#include <asm/uv/uv.h> + /* * GRU architectural definitions */ |