summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-01-10 10:52:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-01-13 12:22:02 +0100
commite9ee78889217c1266c05258c13b84875f5b2fdb2 (patch)
treea4a8f0508fe60cdd1f221bf1bb7321575eabf6f0 /include
parent8a46d1b546f4c8cd32cb8952e6505a9b6e86a1bf (diff)
downloadbarebox-e9ee78889217c1266c05258c13b84875f5b2fdb2.tar.gz
barebox-e9ee78889217c1266c05258c13b84875f5b2fdb2.tar.xz
include/soc/fsl: remove unused function prototypes
include/soc/fsl/fsl_qbman.h contains function prototypes we do not implement, drop them. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/soc/fsl/fsl_qbman.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/soc/fsl/fsl_qbman.h b/include/soc/fsl/fsl_qbman.h
index 4687eb9bb1..10cbb16833 100644
--- a/include/soc/fsl/fsl_qbman.h
+++ b/include/soc/fsl/fsl_qbman.h
@@ -5,11 +5,6 @@
#ifndef __FSL_QBMAN_H__
#define __FSL_QBMAN_H__
-void fdt_fixup_qportals(void *blob);
-void fdt_fixup_bportals(void *blob);
-void inhibit_portals(void __iomem *addr, int max_portals,
- int arch_max_portals, int portal_cinh_size);
-void setup_qbman_portals(void);
struct ccsr_qman {
#ifdef CONFIG_SYS_FSL_QMAN_V3