On 01/29/2013 08:52 PM, Vasanth Ananthan wrote: > Adding platform driver for AHCI based SATA controller for Exynos5250. > The SATA controller in Exynos5250 is an AHCI based controller. Though > the controller implements only one port, the driver is scalable for > maximum number of ports possible. The drivers uses libahci framework > to initialize the controller and the ports implemented. > > The driver also initializes the PHY controllers associated with the > sata controller, for which the port-phy mapping have to provided > in the device tree node of the sata controller node. The driver extracts > the device_node of the PHY controller provided in the mapping, passes it > the SATA PHY framework. The framework, return the corresponding PHY, > if it has be registered with the framework, after which the driver > intializes the PHY controller(s). > > Signed-off-by: Vasanth Ananthan <vasanth.a@xxxxxxxxxxx> > --- [ ... ] > + > +static int __init exynos_sata_probe(struct platform_device *pdev) > +{ __init would result in a section mismatch warning. [ ... ] > + > +static int __devexit exynos_sata_remove(struct platform_device *pdev) > +{ Use of __devexit is deprecated now. Please remove that. -- Tushar Behera -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html