summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2016-09-09 09:47:01 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-09-19 16:52:07 +0200
commit948c6227e76ef2443b327a409dc8eced92b32bda (patch)
treec360611dfb76f749720f46547c3c0fb126eba29a /drivers/staging/greybus/greybus.h
parenta0cf5951def318f40eec031c0898ad0140663824 (diff)
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 <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h1
1 files changed, 0 insertions, 1 deletions
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 <linux/pm_runtime.h>
#include <linux/idr.h>
-#include "kernel_ver.h"
#include "greybus_id.h"
#include "greybus_manifest.h"
#include "greybus_protocols.h"