commit | df7206477e36bb73e81b99c2cbbc1b91e4b1c8ac | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu Nov 10 09:56:18 2011 +0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue Dec 20 18:53:25 2011 +0100 |
tree | 77e695d915b2f2b76dcc20c5be067cf410d834d6 | |
parent | 8653be1afd60d6e8c36139b487e375b70357d9ef [diff] |
mfd: add #ifdef CONFIG_DEBUG_FS guard for ab8500_debug_resources Fix below build warning if CONFIG_DEBUG_FS is disabled. CC drivers/mfd/ab8500-core.o drivers/mfd/ab8500-core.c:623: warning: 'ab8500_debug_resources' defined but not used Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>