MIPS: VPE: Delete unused function get_tc_unused().

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

-12
-12
arch/mips/kernel/vpe.c
··· 185 return NULL; 186 } 187 188 - struct tc *get_tc_unused(void) 189 - { 190 - struct tc *t; 191 - 192 - list_for_each_entry(t, &vpecontrol.tc_list, list) { 193 - if (t->state == TC_STATE_UNUSED) 194 - return t; 195 - } 196 - 197 - return NULL; 198 - } 199 - 200 /* allocate a vpe and associate it with this minor (or index) */ 201 static struct vpe *alloc_vpe(int minor) 202 {
··· 185 return NULL; 186 } 187 188 /* allocate a vpe and associate it with this minor (or index) */ 189 static struct vpe *alloc_vpe(int minor) 190 {