summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-08-26 18:14:53 +0300
committerMark Brown <broonie@kernel.org>2020-08-26 20:15:33 +0100
commite7aaf8748897d88fd1d17bfa461df84cf233d5a9 (patch)
treeaeb3ff08e2cc09869f802635c2bb4c9cc059345d
parenta2bee00cccf4f2a80412d38328b92f448fd66935 (diff)
downloadlinux-e7aaf8748897d88fd1d17bfa461df84cf233d5a9.tar.bz2
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 <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20200826151455.55970-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--include/linux/pxa2xx_ssp.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/linux/pxa2xx_ssp.h b/include/linux/pxa2xx_ssp.h
index 1608c760fe91..ae65fe635934 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