From 948c6227e76ef2443b327a409dc8eced92b32bda Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 9 Sep 2016 09:47:01 +0200 Subject: staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.h The last thing remaining in kernel_ver.h was the setting of CONFIG_PM_RUNTIME, which isn't needed in a in-tree implementation. So remove the setting of this value, and the .h file entirely as that was the last thing left in it. Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/greybus.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging/greybus/greybus.h') diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h index 3e32028832c1..12526887ae2e 100644 --- a/drivers/staging/greybus/greybus.h +++ b/drivers/staging/greybus/greybus.h @@ -21,7 +21,6 @@ #include #include -#include "kernel_ver.h" #include "greybus_id.h" #include "greybus_manifest.h" #include "greybus_protocols.h" -- cgit v1.2.3-70-g09d2