Commit 2de4b300 authored by Jesse Barnes's avatar Jesse Barnes Committed by David Mosberger

[PATCH] ia64: kill warnings in sn2 specific pci init

A couple of unused variable warnings cropped up in the sn2 pci init routine.
This patch kills the unused variables.
parent 6e0e96e8
......@@ -791,8 +791,7 @@ sn_pci_init (void)
struct list_head *ln;
struct pci_bus *pci_bus = NULL;
struct pci_dev *pci_dev = NULL;
extern int numnodes;
int cnode, ret;
int ret;
#ifdef CONFIG_PROC_FS
extern void register_sn_procfs(void);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment