Commit 91aa33ba authored by Flavio Santes's avatar Flavio Santes Committed by Anas Nashif
Browse files

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: default avatarFlavio Santes <flavio.santes@intel.com>
parent cf09370d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
	}