|
@@ -1624,8 +1624,6 @@ EXPORT_SYMBOL_GPL(musb_dma_completion);
|
|
|
|
|
|
/*-------------------------------------------------------------------------*/
|
|
|
|
|
|
-#ifdef CONFIG_SYSFS
|
|
|
-
|
|
|
static ssize_t
|
|
|
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,
|
|
|
};
|
|
|
|
|
|
-#endif /* sysfs */
|
|
|
-
|
|
|
/* Only used to provide driver mode change events */
|
|
|
static void musb_irq_work(struct work_struct *data)
|
|
|
{
|