arch/x86: Remove unused parameter warning
This patch fixes the unused parameter warning found at the quark_x1000/soc.h file. Change-Id: I110d7185d8302f95d14efd13060055e7378aea23 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
This commit is contained in:
parent
cf09370d4e
commit
91aa33ba11
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,8 @@ extern "C" {
|
|||
|
||||
static inline int pci_pin2irq(int bus, int dev, int pin)
|
||||
{
|
||||
ARG_UNUSED(dev);
|
||||
|
||||
if (bus < 0 || bus > 1) {
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue