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:
Flavio Santes 2016-12-02 18:25:58 -06:00 committed by Anas Nashif
commit 91aa33ba11

View file

@ -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;
}