aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2019-04-13 11:15:18 -0400
committerMark Brown <[email protected]>2019-05-08 18:06:28 +0900
commit261e90829fe2f0ab8a9e3912da1126abd3224ad7 (patch)
treec33a7ffb72ec8616963a6659d9c80b567e118723 /tools/perf/scripts/python/export-to-sqlite.py
parentc0ffbd64b9dc14d673e393cc5933f3b4a47ab39c (diff)
ASoC: soc-acpi: fix implicit header use of module.h/export.h
This file is implicitly relying on an instance of including module.h from <linux/acpi.h>. Ideally, header files under include/linux shouldn't be adding includes of other headers, in anticipation of their consumers, but just the headers needed for the header itself to pass parsing with CPP. The module.h is particularly bad in this sense, as it itself does include a whole bunch of other headers, due to the complexity of module support. Here, we make the include explicit, in order to allow the future removal of module.h from linux/acpi.h without causing build breakage. Cc: Liam Girdwood <[email protected]> Cc: Mark Brown <[email protected]> Cc: Jaroslav Kysela <[email protected]> Cc: Takashi Iwai <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions