diff options
author | 2015-06-15 15:03:00 +0200 | |
---|---|---|
committer | 2015-06-17 21:25:23 -0700 | |
commit | 07a55cd9b27a3a3f349617bd5037426ff2995f1c (patch) | |
tree | 341fef603e2e284aebecc71b5f466305d5b443a1 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Staging: rts5208: helper function to manage delink states (diff) | |
download | linux-dev-07a55cd9b27a3a3f349617bd5037426ff2995f1c.tar.xz linux-dev-07a55cd9b27a3a3f349617bd5037426ff2995f1c.zip |
staging: rtl8723au: core: Remove unneeded #ifdefs
In rtw_mlme_ext.c, nested #ifdef blocks form the following
structure inside the file:
#ifdef CONFIG_8723AU_AP_MODE (line 1323)
[...]
#ifdef CONFIG_8723AU_AP_MODE (line 1720)
[...]
#endif
(2 more ifdef blocks with CONFIG_8723AU_AP_MODE follow)
[...]
#endif /* CONFIG_8723AU_AP_MODE */ (line 1763)
The inner #ifdefs are unnecessary as they depend on the
same condition as the outer #ifdef and can thus be removed.
Signed-off-by: Andreas Ruprecht <andreas.ruprecht@fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions