commit | a6eaa2ae7820f0cca742917f85f34ef1eed2c95d | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Mon Sep 02 23:37:53 2013 -0300 |
committer | Brian Norris <computersforpeace@gmail.com> | Sun Oct 27 16:26:58 2013 -0700 |
tree | 37f414240cc8d3a216f446c945021e1bdf997656 | |
parent | d41f950e27f0e155d0118e71403d2bd564d94787 [diff] |
of_mtd: Add no-op stubs to support CONFIG_OF=n Just like the rest of the subsystems, let's add the required no-op functions to implement stubs when CONFIG_OF=n. This prevents MTD drivers from having ugly ifdefs in their code, and instead hide the ifdef monster in the header closet (far away from people's sight). Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>