[SPARC64]: Kill starfire_cookie from SBUS/PCI.
Totally unused. We need to traverse the list of global IRQ translaters, so storing it in the per-bus structures was useless. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
bf7e851108
commit
286bbe87c1
@ -54,7 +54,7 @@ struct starfire_irqinfo {
|
||||
static struct starfire_irqinfo *sflist = NULL;
|
||||
|
||||
/* Beam me up Scott(McNeil)y... */
|
||||
void *starfire_hookup(int upaid)
|
||||
void starfire_hookup(int upaid)
|
||||
{
|
||||
struct starfire_irqinfo *p;
|
||||
unsigned long treg_base, hwmid, i;
|
||||
@ -81,8 +81,6 @@ void *starfire_hookup(int upaid)
|
||||
p->upaid = upaid;
|
||||
p->next = sflist;
|
||||
sflist = p;
|
||||
|
||||
return (void *) p;
|
||||
}
|
||||
|
||||
unsigned int starfire_translate(unsigned long imap,
|
||||
|
Reference in New Issue
Block a user