[openwrt/openwrt] mvebu: remove accidentally added file

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 21 15:45:06 PST 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/962c58558010bd302793ac24284c4f9db8fe287f

commit 962c58558010bd302793ac24284c4f9db8fe287f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Dec 21 23:39:28 2021 +0000

    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 at makrotopia.org>
---
 target/linux/mvebu/files/include/linux/mfd/puzzle.h | 11 -----------
 1 file changed, 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_ */



More information about the lede-commits mailing list