summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynqmp/include/mach/zynqmp-bbu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-zynqmp/include/mach/zynqmp-bbu.h')
-rw-r--r--arch/arm/mach-zynqmp/include/mach/zynqmp-bbu.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-zynqmp/include/mach/zynqmp-bbu.h b/arch/arm/mach-zynqmp/include/mach/zynqmp-bbu.h
deleted file mode 100644
index 8502791ee0..0000000000
--- a/arch/arm/mach-zynqmp/include/mach/zynqmp-bbu.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright (C) 2020 Michael Tretter <m.tretter@pengutronix.de>
- */
-#ifndef __MACH_ZYNQMP_BBU_H
-#define __MACH_ZYNQMP_BBU_H
-
-#include <bbu.h>
-
-#ifdef CONFIG_BAREBOX_UPDATE
-int zynqmp_bbu_register_handler(const char *name, char *devicefile,
- unsigned long flags);
-#else
-static int zynqmp_bbu_register_handler(const char *name, char *devicefile,
- unsigned long flags)
-{
- return 0;
-};
-#endif
-
-#endif /* __MACH_ZYNQMP_BBU_H */