Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: IP27: Fix GCC 4.6.0 build error.

CC arch/mips/sgi-ip27/ip27-hubio.o
arch/mips/sgi-ip27/ip27-hubio.c: In function 'hub_pio_map':
arch/mips/sgi-ip27/ip27-hubio.c:32:20: error: variable 'junk' set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-3
-3
arch/mips/sgi-ip27/ip27-klnuma.c
··· 54 54 55 55 static __init void set_ktext_source(nasid_t client_nasid, nasid_t server_nasid) 56 56 { 57 - cnodeid_t client_cnode; 58 57 kern_vars_t *kvp; 59 - 60 - client_cnode = NASID_TO_COMPACT_NODEID(client_nasid); 61 58 62 59 kvp = &hub_data(client_nasid)->kern_vars; 63 60