X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fia64%2Fsn%2Fkernel%2Fbte.c;fp=arch%2Fia64%2Fsn%2Fkernel%2Fbte.c;h=0675a2b4f508c958fc29ed85f89afcbcd9b4153e;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=c55f487b654abb9b23b55c8d608357ea75936f07;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/ia64/sn/kernel/bte.c b/arch/ia64/sn/kernel/bte.c index c55f487b6..0675a2b4f 100644 --- a/arch/ia64/sn/kernel/bte.c +++ b/arch/ia64/sn/kernel/bte.c @@ -6,6 +6,7 @@ * Copyright (c) 2000-2006 Silicon Graphics, Inc. All Rights Reserved. */ +#include #include #include #include @@ -35,7 +36,7 @@ static struct bteinfo_s *bte_if_on_node(nasid_t nasid, int interface) nodepda_t *tmp_nodepda; if (nasid_to_cnodeid(nasid) == -1) - return (struct bteinfo_s *)NULL; + return (struct bteinfo_s *)NULL;; tmp_nodepda = NODEPDA(nasid_to_cnodeid(nasid)); return &tmp_nodepda->bte_if[interface];