aboutsummaryrefslogtreecommitdiff
path: root/include/fsl_qe.h
diff options
context:
space:
mode:
authorTom Rini2023-11-01 12:28:08 -0400
committerTom Rini2023-11-07 14:50:51 -0500
commit5faf66a2d10cbc813e65005100d778577a16fa04 (patch)
tree8b49358d864fa449e80ad49482795427620fd3c3 /include/fsl_qe.h
parentdcda1f27f55e4ddd2d86dac76d57febe15ff8713 (diff)
fsl_qe: Drop common.h
In both include/fsl_qe.h and then also remove common.h from the files which had included fsl_qe.h Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/fsl_qe.h')
-rw-r--r--include/fsl_qe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fsl_qe.h b/include/fsl_qe.h
index 48accb8d891..309ca7ea6af 100644
--- a/include/fsl_qe.h
+++ b/include/fsl_qe.h
@@ -9,7 +9,6 @@
#ifndef __QE_H__
#define __QE_H__
-#include "common.h"
#ifdef CONFIG_U_QE
#include <linux/immap_qe.h>
#endif