Re: [PATCH 5/5] musb: musb: dsps: remove instances variable

2013-07-25 Thread Felipe Balbi
On Fri, Jul 05, 2013 at 03:32:58PM +0200, Sebastian Andrzej Siewior wrote:
 Remove the instances variable, there is no single use of it.
 
 Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de

nice :-)

-- 
balbi


signature.asc
Description: Digital signature


[PATCH 5/5] musb: musb: dsps: remove instances variable

2013-07-05 Thread Sebastian Andrzej Siewior
Remove the instances variable, there is no single use of it.

Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de
---
 drivers/usb/musb/musb_dsps.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c
index 0e01cc1..edeb2ad 100644
--- a/drivers/usb/musb/musb_dsps.c
+++ b/drivers/usb/musb/musb_dsps.c
@@ -111,8 +111,6 @@ struct dsps_musb_wrapper {
/* miscellaneous stuff */
u32 musb_core_offset;
u8  poll_seconds;
-   /* number of musb instances */
-   u8  instances;
 };
 
 /**
@@ -650,7 +648,6 @@ static const struct dsps_musb_wrapper ti81xx_driver_data = {
.rxep_bitmap= (0xfffe  16),
.musb_core_offset   = 0x400,
.poll_seconds   = 2,
-   .instances  = 1,
 };
 
 static const struct platform_device_id musb_dsps_id_table[] = {
-- 
1.8.3.2

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html