summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-01-18 18:53:09 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-18 18:53:09 -0800
commit0fedfcc7d060e24628fd541374db8c8ab5209e4d (patch)
tree698f7c1c796379c94a2eec734a3d2c198be2f7d1 /include
parenta2ce7f08fc706e99a62e194f76349a4b9aae9cb1 (diff)
[PATCH] sn: Don't call init_hcl from the fixup code
From: Pat Gefre <pfg@sgi.com> Don't call init_hcl from the fixup code Delete reference to hwgraph_path_lookup()
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/sn/hcl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/hcl.h b/include/asm-ia64/sn/hcl.h
index 8597980b0142..abf3fee7cdf3 100644
--- a/include/asm-ia64/sn/hcl.h
+++ b/include/asm-ia64/sn/hcl.h
@@ -99,7 +99,6 @@ extern int hwgraph_info_replace_LBL(vertex_hdl_t, char *, arbitrary_info_t,
extern int hwgraph_info_get_exported_LBL(vertex_hdl_t, char *, int *, arbitrary_info_t *);
extern int hwgraph_info_get_next_LBL(vertex_hdl_t, char *, arbitrary_info_t *,
labelcl_info_place_t *);
-extern int hwgraph_path_lookup(vertex_hdl_t, char *, vertex_hdl_t *, char **);
extern int hwgraph_info_export_LBL(vertex_hdl_t, char *, int);
extern int hwgraph_info_unexport_LBL(vertex_hdl_t, char *);
extern int hwgraph_info_remove_LBL(vertex_hdl_t, char *, arbitrary_info_t *);