net/irda: fix NULL pointer dereference on memory allocation failure
[firefly-linux-kernel-4.4.55.git] / Documentation / power / opp.txt
index a9adad828cdc450d480d6a5853bda056a6dfa413..c6279c2be47c20116dc56590b450f56a96a1ad5b 100644 (file)
@@ -51,9 +51,6 @@ Typical usage of the OPP library is as follows:
 SoC framework  -> modifies on required cases certain OPPs      -> OPP layer
                -> queries to search/retrieve information       ->
 
-Architectures that provide a SoC framework for OPP should select ARCH_HAS_OPP
-to make the OPP layer available.
-
 OPP layer expects each domain to be represented by a unique device pointer. SoC
 framework registers a set of initial OPPs per device with the OPP layer. This
 list is expected to be an optimally small number typically around 5 per device.