diff options
Diffstat (limited to 'sound/usb/line6/driver.h')
-rw-r--r-- | sound/usb/line6/driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/usb/line6/driver.h b/sound/usb/line6/driver.h index efd58ac3215b..a6c0b2f08ba8 100644 --- a/sound/usb/line6/driver.h +++ b/sound/usb/line6/driver.h | |||
@@ -162,8 +162,6 @@ struct usb_line6 { | |||
162 | 162 | ||
163 | extern char *line6_alloc_sysex_buffer(struct usb_line6 *line6, int code1, | 163 | extern char *line6_alloc_sysex_buffer(struct usb_line6 *line6, int code1, |
164 | int code2, int size); | 164 | int code2, int size); |
165 | extern ssize_t line6_nop_read(struct device *dev, | ||
166 | struct device_attribute *attr, char *buf); | ||
167 | extern int line6_read_data(struct usb_line6 *line6, int address, void *data, | 165 | extern int line6_read_data(struct usb_line6 *line6, int address, void *data, |
168 | size_t datalen); | 166 | size_t datalen); |
169 | extern int line6_read_serial_number(struct usb_line6 *line6, | 167 | extern int line6_read_serial_number(struct usb_line6 *line6, |