diff mbox series

[v1,1/3] spi: pxa2xx: Update header block in pxa2xx_ssp.h

Message ID 20200826151455.55970-1-andriy.shevchenko@linux.intel.com (mailing list archive)
State Accepted
Commit e7aaf8748897d88fd1d17bfa461df84cf233d5a9
Headers show
Series [v1,1/3] spi: pxa2xx: Update header block in pxa2xx_ssp.h | expand

Commit Message

Andy Shevchenko Aug. 26, 2020, 3:14 p.m. UTC
We have direct users of some headers that are missed and
have header included when forward declarations are enough.

Update header block in pxa2xx_ssp.h to align with actual usage.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/linux/pxa2xx_ssp.h | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Comments

Mark Brown Aug. 26, 2020, 7:17 p.m. UTC | #1
On Wed, 26 Aug 2020 18:14:53 +0300, Andy Shevchenko wrote:
> We have direct users of some headers that are missed and
> have header included when forward declarations are enough.
> 
> Update header block in pxa2xx_ssp.h to align with actual usage.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] spi: pxa2xx: Update header block in pxa2xx_ssp.h
      commit: e7aaf8748897d88fd1d17bfa461df84cf233d5a9
[2/3] spi: pxa2xx: Switch to use BIT() and GENMASK() in pxa2xx_ssp.h
      commit: 410f4cf79f64b1831e207b89f3c7ab08e36aa646
[3/3] spi: pxa2xx: Drop useless comment in the pxa2xx_ssp.h
      commit: 3a2fd4011a1ecec361498301a27d79d5fef255de

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/include/linux/pxa2xx_ssp.h b/include/linux/pxa2xx_ssp.h
index 6facf27865f9..f139e049e52e 100644
--- a/include/linux/pxa2xx_ssp.h
+++ b/include/linux/pxa2xx_ssp.h
@@ -16,10 +16,15 @@ 
 #ifndef __LINUX_SSP_H
 #define __LINUX_SSP_H
 
-#include <linux/list.h>
+#include <linux/compiler_types.h>
 #include <linux/io.h>
-#include <linux/of.h>
+#include <linux/kconfig.h>
+#include <linux/list.h>
+#include <linux/types.h>
 
+struct clk;
+struct device;
+struct device_node;
 
 /*
  * SSP Serial Port Registers