diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-11-10 12:59:52 +0200 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2022-02-18 17:11:17 -0600 |
commit | 988f0a9045b0058a43ccee764a671dfab81e6d15 (patch) | |
tree | 6b6517e418416a9aabdba9d44bbb73f7a27f32b3 /include/soc/fsl/qe/ucc_slow.h | |
parent | 6b4266b8deb857ce2dc2a9b769b242865b9a0bce (diff) |
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_slow.h')
-rw-r--r-- | include/soc/fsl/qe/ucc_slow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/fsl/qe/ucc_slow.h b/include/soc/fsl/qe/ucc_slow.h index 11a216e4e919..7548ce8a202d 100644 --- a/include/soc/fsl/qe/ucc_slow.h +++ b/include/soc/fsl/qe/ucc_slow.h @@ -11,7 +11,7 @@ #ifndef __UCC_SLOW_H__ #define __UCC_SLOW_H__ -#include <linux/kernel.h> +#include <linux/types.h> #include <soc/fsl/qe/immap_qe.h> #include <soc/fsl/qe/qe.h> |