dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/thermal
Greg Kroah-Hartman 0e968a3b6d thermal: remove driver_data direct access of struct device
In the near future, the driver core is going to not allow direct access
to the driver_data pointer in struct device.  Instead, the functions
dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
have been around since the beginning, so are backwards compatible with
all older kernel versions.


Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-15 21:30:27 -07:00
..
Kconfig thermal: Create CONFIG_THERMAL_HWMON=n 2008-06-25 19:25:42 -04:00
Makefile thermal: re-name thermal.c to thermal_sys.c 2008-04-29 03:12:17 -04:00
thermal_sys.c thermal: remove driver_data direct access of struct device 2009-06-15 21:30:27 -07:00