From 962c58558010bd302793ac24284c4f9db8fe287f Mon Sep 17 00:00:00 2001
From: Daniel Golle <daniel@makrotopia.org>
Date: Tue, 21 Dec 2021 23:39:28 +0000
Subject: [PATCH] mvebu: remove accidentally added file

Remove accidentally added file (which was a left-over of a by-now
replaced driver)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
 target/linux/mvebu/files/include/linux/mfd/puzzle.h | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 target/linux/mvebu/files/include/linux/mfd/puzzle.h

diff --git a/target/linux/mvebu/files/include/linux/mfd/puzzle.h b/target/linux/mvebu/files/include/linux/mfd/puzzle.h
deleted file mode 100644
index b0389f8705..0000000000
--- a/target/linux/mvebu/files/include/linux/mfd/puzzle.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-
-#ifndef _LINUX_PUZZLE_H_
-#define _LINUX_PUZZLE_H_
-
-struct puzzle;
-int puzzle_led(struct puzzle *pz, u8 ledn, u8 ledmode);
-int puzzle_fan(struct puzzle *pz, u8 speed);
-int puzzle_buzzer(struct puzzle *pz, u8 len);
-
-#endif /* _LINUX_PUZZLE_H_ */
-- 
2.30.2