Re: [PATCH 09/16] spi: fsl_qspi: Include device_compat.h

2020-10-16 Thread Tom Rini
On Sun, Oct 04, 2020 at 09:39:50PM -0400, Sean Anderson wrote:

> Necessary for dev_xxx.
> 
> Signed-off-by: Sean Anderson 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 09/16] spi: fsl_qspi: Include device_compat.h

2020-10-04 Thread Sean Anderson
Necessary for dev_xxx.

Signed-off-by: Sean Anderson 
---

 drivers/spi/fsl_qspi.c | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/spi/fsl_qspi.c b/drivers/spi/fsl_qspi.c
index eec968e5ec..128f95877f 100644
--- a/drivers/spi/fsl_qspi.c
+++ b/drivers/spi/fsl_qspi.c
@@ -24,19 +24,20 @@
  */
 
 #include 
+#include 
+#include 
 #include 
-#include 
+#include 
+#include 
 #include 
 #include 
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-#include 
-#include 
+#include 
 
 DECLARE_GLOBAL_DATA_PTR;
 
-- 
2.28.0