aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/imx
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2020-04-26 16:11:43 +0800
committerShawn Guo <shawnguo@kernel.org>2020-05-13 16:19:23 +0800
commit755a7397947e21123d8162eaf7477b614732ff22 (patch)
tree1b8af6fe5c7c57d014aed8cf7920323a868bb287 /drivers/firmware/imx
parentfirmware: imx: scu: Fix corruption of header (diff)
downloadlinux-dev-755a7397947e21123d8162eaf7477b614732ff22.tar.xz
linux-dev-755a7397947e21123d8162eaf7477b614732ff22.zip
dt-bindings: firmware: imx: Move system control into dt-binding headfile
i.MX8 SoCs DTS file needs system control macro definitions, so move them into dt-binding headfile, then include/linux/firmware/imx/types.h can be removed and those drivers using it should be changed accordingly. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/firmware/imx')
-rw-r--r--drivers/firmware/imx/imx-scu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firmware/imx/imx-scu.c b/drivers/firmware/imx/imx-scu.c
index b3da2e193ad2..d02c00d0d5b5 100644
--- a/drivers/firmware/imx/imx-scu.c
+++ b/drivers/firmware/imx/imx-scu.c
@@ -8,7 +8,6 @@
*/
#include <linux/err.h>
-#include <linux/firmware/imx/types.h>
#include <linux/firmware/imx/ipc.h>
#include <linux/firmware/imx/sci.h>
#include <linux/interrupt.h>