mvebu: remove accidentally added file
authorDaniel Golle <daniel@makrotopia.org>
Tue, 21 Dec 2021 23:39:28 +0000 (23:39 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 21 Dec 2021 23:44:45 +0000 (23:44 +0000)
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 [deleted file]

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 (file)
index b0389f8..0000000
+++ /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_ */