summaryrefslogtreecommitdiff
path: root/include/soc/fsl/qe/ucc_fast.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-11-10 13:59:52 +0300
committerLi Yang <leoyang.li@nxp.com>2022-02-19 02:11:17 +0300
commit988f0a9045b0058a43ccee764a671dfab81e6d15 (patch)
tree6b6517e418416a9aabdba9d44bbb73f7a27f32b3 /include/soc/fsl/qe/ucc_fast.h
parent6b4266b8deb857ce2dc2a9b769b242865b9a0bce (diff)
downloadlinux-988f0a9045b0058a43ccee764a671dfab81e6d15.tar.xz
soc: fsl: Replace kernel.h with the necessary inclusions
When kernel.h is used in the headers it adds a lot into dependency hell, especially when there are circular dependencies are involved. Replace kernel.h inclusion with the list of what is really being used. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'include/soc/fsl/qe/ucc_fast.h')
-rw-r--r--include/soc/fsl/qe/ucc_fast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/fsl/qe/ucc_fast.h b/include/soc/fsl/qe/ucc_fast.h
index 9696a5b9b5d1..ad60b87a3c69 100644
--- a/include/soc/fsl/qe/ucc_fast.h
+++ b/include/soc/fsl/qe/ucc_fast.h
@@ -10,7 +10,7 @@
#ifndef __UCC_FAST_H__
#define __UCC_FAST_H__
-#include <linux/kernel.h>
+#include <linux/types.h>
#include <soc/fsl/qe/immap_qe.h>
#include <soc/fsl/qe/qe.h>