diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-07-13 09:46:58 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-07-31 10:20:57 +0300 |
commit | 8b8f3278d241658a7dcb95cefc9793ac85a43c3a (patch) | |
tree | 0526ff32ce53c3683460a833350a6ed9c77b90fa /drivers/tee | |
parent | f21bcefcf91cc4549966e67debd082a2cb14bf73 (diff) | |
download | linux-8b8f3278d241658a7dcb95cefc9793ac85a43c3a.tar.xz |
atmel: hide unused procfs helpers
When CONFIG_PROC_FS isn't set, gcc warning this:
drivers/net/wireless/atmel/atmel.c:1402:12: warning: ‘atmel_proc_show’ defined but not used [-Wunused-function]
static int atmel_proc_show(struct seq_file *m, void *v)
^
fix this by adding #ifdef around it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/tee')
0 files changed, 0 insertions, 0 deletions