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>
This commit is contained in:
Daniel Golle 2021-12-21 23:39:28 +00:00
parent 0210f37534
commit 962c585580
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
1 changed files with 0 additions and 11 deletions

View File

@ -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_ */