mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
ARM: SAMSUNG: Use generic s3c_set_platdata for TS
Signed-off-by: Banajit Goswami <banajit.g@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
96d78686d4
commit
07985bc789
@ -45,16 +45,6 @@ struct platform_device s3c_device_ts = {
|
|||||||
|
|
||||||
void __init s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *pd)
|
void __init s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *pd)
|
||||||
{
|
{
|
||||||
struct s3c2410_ts_mach_info *npd;
|
s3c_set_platdata(pd, sizeof(struct s3c2410_ts_mach_info),
|
||||||
|
&s3c_device_ts);
|
||||||
if (!pd) {
|
|
||||||
printk(KERN_ERR "%s: no platform data\n", __func__);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
npd = kmemdup(pd, sizeof(struct s3c2410_ts_mach_info), GFP_KERNEL);
|
|
||||||
if (!npd)
|
|
||||||
printk(KERN_ERR "%s: no memory for platform data\n", __func__);
|
|
||||||
|
|
||||||
s3c_device_ts.dev.platform_data = npd;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user