mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-18 14:07:37 +07:00
usb: musb: core: fix possible build error with randconfig
when making commit e574d57
(usb: musb: fix
compile warning) I forgot to git add this
part of the patch which ended up introducing
a possible build error.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
be3101c233
commit
fd5014ad5c
@ -1624,8 +1624,6 @@ EXPORT_SYMBOL_GPL(musb_dma_completion);
|
|||||||
|
|
||||||
/*-------------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifdef CONFIG_SYSFS
|
|
||||||
|
|
||||||
static ssize_t
|
static ssize_t
|
||||||
musb_mode_show(struct device *dev, struct device_attribute *attr, char *buf)
|
musb_mode_show(struct device *dev, struct device_attribute *attr, char *buf)
|
||||||
{
|
{
|
||||||
@ -1742,8 +1740,6 @@ static const struct attribute_group musb_attr_group = {
|
|||||||
.attrs = musb_attributes,
|
.attrs = musb_attributes,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* sysfs */
|
|
||||||
|
|
||||||
/* Only used to provide driver mode change events */
|
/* Only used to provide driver mode change events */
|
||||||
static void musb_irq_work(struct work_struct *data)
|
static void musb_irq_work(struct work_struct *data)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user