aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-12-21 23:39:28 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-12-21 23:44:45 +0000
commit962c58558010bd302793ac24284c4f9db8fe287f (patch)
tree269a188d54887a1a8c6dbef5719da460ed622987 /target/linux/mvebu
parent0210f37534b451a895a5fd647fd5a4dc551b3cf7 (diff)
downloadupstream-962c58558010bd302793ac24284c4f9db8fe287f.tar.gz
upstream-962c58558010bd302793ac24284c4f9db8fe287f.tar.bz2
upstream-962c58558010bd302793ac24284c4f9db8fe287f.zip
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>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r--target/linux/mvebu/files/include/linux/mfd/puzzle.h11
1 files changed, 0 insertions, 11 deletions
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_ */