mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 10:13:57 +08:00
ALSA: line6: Remove unused line6_nop_read()
The function isn't used any longer after rewriting from sysfs to leds class in toneport.c. Tested-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6b562f63dd
commit
b55004f9fd
@ -412,16 +412,6 @@ int line6_read_serial_number(struct usb_line6 *line6, int *serial_number)
|
|||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(line6_read_serial_number);
|
EXPORT_SYMBOL_GPL(line6_read_serial_number);
|
||||||
|
|
||||||
/*
|
|
||||||
No operation (i.e., unsupported).
|
|
||||||
*/
|
|
||||||
ssize_t line6_nop_read(struct device *dev, struct device_attribute *attr,
|
|
||||||
char *buf)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
EXPORT_SYMBOL_GPL(line6_nop_read);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Card destructor.
|
Card destructor.
|
||||||
*/
|
*/
|
||||||
|
@ -162,8 +162,6 @@ struct usb_line6 {
|
|||||||
|
|
||||||
extern char *line6_alloc_sysex_buffer(struct usb_line6 *line6, int code1,
|
extern char *line6_alloc_sysex_buffer(struct usb_line6 *line6, int code1,
|
||||||
int code2, int size);
|
int code2, int size);
|
||||||
extern ssize_t line6_nop_read(struct device *dev,
|
|
||||||
struct device_attribute *attr, char *buf);
|
|
||||||
extern int line6_read_data(struct usb_line6 *line6, int address, void *data,
|
extern int line6_read_data(struct usb_line6 *line6, int address, void *data,
|
||||||
size_t datalen);
|
size_t datalen);
|
||||||
extern int line6_read_serial_number(struct usb_line6 *line6,
|
extern int line6_read_serial_number(struct usb_line6 *line6,
|
||||||
|
Loading…
Reference in New Issue
Block a user