diff options
Diffstat (limited to 'drivers/misc/sgi-xp/xp_main.c')
-rw-r--r-- | drivers/misc/sgi-xp/xp_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/sgi-xp/xp_main.c b/drivers/misc/sgi-xp/xp_main.c index c5cec606377d..6f25613b27e3 100644 --- a/drivers/misc/sgi-xp/xp_main.c +++ b/drivers/misc/sgi-xp/xp_main.c | |||
@@ -36,6 +36,9 @@ struct device *xp = &xp_dbg_subname; | |||
36 | short xp_max_npartitions; | 36 | short xp_max_npartitions; |
37 | EXPORT_SYMBOL_GPL(xp_max_npartitions); | 37 | EXPORT_SYMBOL_GPL(xp_max_npartitions); |
38 | 38 | ||
39 | enum xp_retval (*xp_remote_memcpy) (void *dst, const void *src, size_t len); | ||
40 | EXPORT_SYMBOL_GPL(xp_remote_memcpy); | ||
41 | |||
39 | /* | 42 | /* |
40 | * xpc_registrations[] keeps track of xpc_connect()'s done by the kernel-level | 43 | * xpc_registrations[] keeps track of xpc_connect()'s done by the kernel-level |
41 | * users of XPC. | 44 | * users of XPC. |