commit | 887520884b9925312b78d23f323d9cf1f7e603af | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@google.com> | Thu Sep 08 11:51:33 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Mon Sep 19 16:30:40 2016 +0200 |
tree | 06aa0427e562f7fae63012b9af66f3d23163dcb4 | |
parent | d4f56b47a8fac90b15adfae80a42a2735d6b3213 [diff] |
staging: greybus: kernel_ver.h: remove lots of stuff Now that we do not care about the kernel version we are building against, we can strip out lots of backward compatibilty that was added to kernel_ver.h in order to write semi-portable driver code. To start with, remove the functions and #defines that are now in the kernel tree, no need to have duplicate copies of them all. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>