Re: [PATCH net-next] drivers: net: xgene: Fix the compilation error "error: implicit declaration of function 'acpi_evaluate_integer'" for CONFIG_ACPI=n.

2015-07-08 Thread David Miller
From: Suman Tripathi Date: Mon, 6 Jul 2015 13:34:22 +0530 > This patch guards the acpi_evaluate_interger function as it fails > the build for CONFIG_ACPI=n. > > Signed-off-by: Iyappan Subramanian > Signed-off-by: Suman Tripathi > Reported-by: kbuild test robot While the net-next tree is clo

[PATCH net-next] drivers: net: xgene: Fix the compilation error "error: implicit declaration of function 'acpi_evaluate_integer'" for CONFIG_ACPI=n.

2015-07-06 Thread Suman Tripathi
This patch guards the acpi_evaluate_interger function as it fails the build for CONFIG_ACPI=n. Signed-off-by: Iyappan Subramanian Signed-off-by: Suman Tripathi Reported-by: kbuild test robot --- drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --gi