diff options
author | Dean Nelson <dcn@sgi.com> | 2006-01-10 12:12:32 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-01-13 13:40:23 -0500 |
commit | 9335d48e10d2d07eacaddf889ec1efb8a5a5082e (patch) | |
tree | a0f9c33010e42d5c195dd4da5f413528d97a303a /include | |
parent | 87a149d6bba5949fbc53b8a21189b54748ac9e2a (diff) |
[IA64-SGI] move xpc.h to include/asm-ia64/sn (cleanup)
Cleanup a few items after moving xpc.h from arch/ia64/sn/kernel to
include/asm-ia64/sn.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ia64/sn/xpc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-ia64/sn/xpc.h b/include/asm-ia64/sn/xpc.h index 82e7430be789..87e9cd588510 100644 --- a/include/asm-ia64/sn/xpc.h +++ b/include/asm-ia64/sn/xpc.h | |||
@@ -3,7 +3,7 @@ | |||
3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
4 | * for more details. | 4 | * for more details. |
5 | * | 5 | * |
6 | * Copyright (c) 2004-2005 Silicon Graphics, Inc. All Rights Reserved. | 6 | * Copyright (c) 2004-2006 Silicon Graphics, Inc. All Rights Reserved. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | 9 | ||
@@ -11,8 +11,8 @@ | |||
11 | * Cross Partition Communication (XPC) structures and macros. | 11 | * Cross Partition Communication (XPC) structures and macros. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #ifndef _IA64_SN_KERNEL_XPC_H | 14 | #ifndef _ASM_IA64_SN_XPC_H |
15 | #define _IA64_SN_KERNEL_XPC_H | 15 | #define _ASM_IA64_SN_XPC_H |
16 | 16 | ||
17 | 17 | ||
18 | #include <linux/config.h> | 18 | #include <linux/config.h> |
@@ -1270,5 +1270,5 @@ xpc_check_for_channel_activity(struct xpc_partition *part) | |||
1270 | } | 1270 | } |
1271 | 1271 | ||
1272 | 1272 | ||
1273 | #endif /* _IA64_SN_KERNEL_XPC_H */ | 1273 | #endif /* _ASM_IA64_SN_XPC_H */ |
1274 | 1274 | ||