mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
powerpc: export of_get_ibm_chip_id function
Export the of_get_ibm_chip_id() function. This will be used by the PowerNV NX-842 driver. Signed-off-by: Dan Streetman <ddstreet@ieee.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
ebb3472f5c
commit
b130e7c04f
1 changed files with 1 additions and 0 deletions
|
@ -800,6 +800,7 @@ int of_get_ibm_chip_id(struct device_node *np)
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(of_get_ibm_chip_id);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cpu_to_chip_id - Return the cpus chip-id
|
* cpu_to_chip_id - Return the cpus chip-id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue