From: Daniel Golle Date: Tue, 21 Dec 2021 23:39:28 +0000 (+0000) Subject: mvebu: remove accidentally added file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=962c58558010bd302793ac24284c4f9db8fe287f;p=openwrt%2Fstaging%2Fthess.git 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 --- 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_ */