diff options
| author | Paul Gortmaker <[email protected]> | 2019-04-13 11:15:18 -0400 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-05-08 18:06:28 +0900 |
| commit | 261e90829fe2f0ab8a9e3912da1126abd3224ad7 (patch) | |
| tree | c33a7ffb72ec8616963a6659d9c80b567e118723 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | c0ffbd64b9dc14d673e393cc5933f3b4a47ab39c (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/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions