linux-stable/drivers/soundwire
Paul Gortmaker 4abbd783d1 soundwire: intel: fix implicit header use of module.h/export.h
These two files are 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 those includes explicit, in order to allow a future
removal of module.h from linux/acpi.h without causing build breakage.

Cc: Vinod Koul <vkoul@kernel.org>
Cc: Sanyog Kale <sanyog.r.kale@intel.com>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2019-04-14 15:52:50 +05:30
..
bus.c soundwire: remove useless initializations 2019-04-14 15:33:26 +05:30
bus.h soundwire: Add support for multi link bank switch 2018-08-27 09:49:48 +05:30
bus_type.c soundwire: Respect all error codes from dev_pm_domain_attach() 2018-05-14 22:58:45 +02:00
cadence_master.c soundwire: cdns: Add stream routines 2018-05-11 21:48:06 +05:30
cadence_master.h soundwire: cdns: Add stream routines 2018-05-11 21:48:06 +05:30
intel.c soundwire: intel: fix implicit header use of module.h/export.h 2019-04-14 15:52:50 +05:30
intel.h soundwire: intel: Add audio DAI ops 2018-05-11 21:48:07 +05:30
intel_init.c soundwire: intel: fix implicit header use of module.h/export.h 2019-04-14 15:52:50 +05:30
Kconfig soundwire: intel: Add audio DAI ops 2018-05-11 21:48:07 +05:30
Makefile soundwire: Add support for SoundWire stream management 2018-05-11 21:47:03 +05:30
mipi_disco.c soundwire: Add MIPI DisCo property helpers 2017-12-19 11:14:57 +01:00
slave.c
stream.c soundwire: stream: remove useless initialization of local variable 2019-04-14 15:33:26 +05:30