> + * mid_thermal_remove - mfld thermal finalize
> + * @dev: platform device structure
> + * Context: can sleep
> + *
> + * MLFD thermal remove unregisters all the sensors from the generic
> + * thermal framework.
> + */
> +static int mid_thermal_remove(struct platform_device *pdev)
> +{
> + int i;
> + struct platform_info *pinfo = platform_get_drvdata(pdev);
> +
> + for (i = 0; i < MSIC_THERMAL_SENSORS; i++)
> + thermal_zone_device_unregister(pinfo->tzd[i]);
> +
This doesn't seem to have any process which gives back the ADC channels
on the SCU ?
Alan
_______________________________________________
Meego-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel