aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorSergio Paracuellos <[email protected]>2018-05-04 06:16:07 +0200
committerGreg Kroah-Hartman <[email protected]>2018-05-06 18:58:36 -0700
commit075116293e8b2ea6365f0b98963d925486900b58 (patch)
treedd832cc82489e2819cb64261fd899eafd64e4cf4 /tools/perf/scripts/python/bin/stackcollapse-report
parent57c6f08dfe27b81cf39f4b7d1d4a24bb1f49477b (diff)
staging: ks7010: avoid ks_sdio_card dependency in ks_wlan header
ks_wlan_private struct has a pointer to struct ks_sdio_card in its fields. Because of that a forward declaration in needed in ks_wlan.h header and also it makes necessary to have ks_sdio_card public in a ks7010_sdio.h header. Changing this pointer into a void pointer makes no longer necessary to have ks7010_sdio.h header as well as removes the forward dependency in ks_wlan.h. Declaration of ks_sdio_card has been moved to ks7010_sdio.c source file and To make code cleaner inside this file a new ks7010_to_func function has been added. The code has been updated to this changes. Signed-off-by: Sergio Paracuellos <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions