diff options
| author | Arnd Bergmann <[email protected]> | 2016-11-22 14:30:54 +0000 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2016-11-30 14:43:25 +0000 |
| commit | 2aa488a6bc6a13d7aed6dbcfa5aab31ec09eaeba (patch) | |
| tree | 02bd6d087978f403ab124fab34e4eff76dbd28c6 /net/unix/af_unix.c | |
| parent | Merge tag 'davinci-for-v4.10/drivers-2' of git://git.kernel.org/pub/scm/linux... (diff) | |
| download | kernel-2aa488a6bc6a13d7aed6dbcfa5aab31ec09eaeba.tar.gz kernel-2aa488a6bc6a13d7aed6dbcfa5aab31ec09eaeba.zip | |
misc: sram: remove useless #ifdef
A recent patch added a new function that is now unused whenever
CONFIG_OF is disabled:
drivers/misc/sram.c:342:12: error: 'atmel_securam_wait' defined but not used [-Werror=unused-function]
There is actually no reason for the #ifdef, because the driver
currently cannot be used in a meaningful way without CONFIG_OF,
and there is no compile-time dependency.
Removing that #ifdef and the respective of_match_ptr() avoids the
warning and simplifies the driver slightly.
Fixes: 2ae2e28852f2 ("misc: sram: add Atmel securam support")
Reviewed-by: Vladimir Zapolskiy <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
