From: Andy Shevchenko Date: Wed, 26 Aug 2020 15:14:53 +0000 (+0300) Subject: spi: pxa2xx: Update header block in pxa2xx_ssp.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e7aaf8748897d88fd1d17bfa461df84cf233d5a9;p=linux.git spi: pxa2xx: Update header block in pxa2xx_ssp.h 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 Link: https://lore.kernel.org/r/20200826151455.55970-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/include/linux/pxa2xx_ssp.h b/include/linux/pxa2xx_ssp.h index 1608c760fe91c..ae65fe6359341 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 +#include #include -#include +#include +#include +#include +struct clk; +struct device; +struct device_node; /* * SSP Serial Port Registers