Commit 6a3521ad3db45066d4ca38652dd0b57ea2fd0a30

Authored by Andres Salomon
Committed by Samuel Ortiz
1 parent 0638d56fbb

mfd: mfd_cell is now implicitly available to tc6387xb drivers

No need to explicitly set the cell's platform_data/data_size.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

drivers/mfd/tc6387xb.c
... ... @@ -190,11 +190,6 @@
190 190  
191 191 printk(KERN_INFO "Toshiba tc6387xb initialised\n");
192 192  
193   - tc6387xb_cells[TC6387XB_CELL_MMC].platform_data =
194   - &tc6387xb_cells[TC6387XB_CELL_MMC];
195   - tc6387xb_cells[TC6387XB_CELL_MMC].data_size =
196   - sizeof(tc6387xb_cells[TC6387XB_CELL_MMC]);
197   -
198 193 ret = mfd_add_devices(&dev->dev, dev->id, tc6387xb_cells,
199 194 ARRAY_SIZE(tc6387xb_cells), iomem, irq);
200 195