kernel-hacking-2024-linux-s.../drivers/misc/ti-st
Jingoo Han 9093ca8891 misc: use platform_{get,set}_drvdata()
Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-30 21:46:15 +09:00
..
Kconfig
Makefile
st_core.c
st_kim.c misc: use platform_{get,set}_drvdata() 2013-05-30 21:46:15 +09:00
st_ll.c