backports: always activate the of.h backports
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 6 Nov 2013 23:26:18 +0000 (00:26 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 7 Nov 2013 19:02:22 +0000 (20:02 +0100)
commit40cca26f38f5c48c2aa833fb504f5c523089ac16
tree3a6a5fe74a37a8882fbb1828b7247fe44031c777
parent2cdcb05222926e10806a44d2ab923c4a2090f979
backports: always activate the of.h backports

This removes the KERNEL_HAS_OF_SUPPORT option from backports.
We can not include linux/of.h on kernel < 2.6.34, because this depends
on some sparc and powerpc only headers. The backport code should still
be included in this header file for such kernel versions, because some
recent drivers are using these functions now on all platforms, but they
will use the empty implementations then.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/backport-include/linux/of.h
backport/compat/compat-3.7.c