diff options
Diffstat (limited to 'arch/arm/mach-pxa/devices.c')
-rw-r--r-- | arch/arm/mach-pxa/devices.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c index 4c766e3b4af3..edfe80308902 100644 --- a/arch/arm/mach-pxa/devices.c +++ b/arch/arm/mach-pxa/devices.c | |||
@@ -188,16 +188,12 @@ struct platform_device pxa_device_fb = { | |||
188 | .resource = pxafb_resources, | 188 | .resource = pxafb_resources, |
189 | }; | 189 | }; |
190 | 190 | ||
191 | void __init set_pxa_fb_info(struct pxafb_mach_info *info) | 191 | void __init pxa_set_fb_info(struct device *parent, struct pxafb_mach_info *info) |
192 | { | 192 | { |
193 | pxa_device_fb.dev.parent = parent; | ||
193 | pxa_register_device(&pxa_device_fb, info); | 194 | pxa_register_device(&pxa_device_fb, info); |
194 | } | 195 | } |
195 | 196 | ||
196 | void __init set_pxa_fb_parent(struct device *parent_dev) | ||
197 | { | ||
198 | pxa_device_fb.dev.parent = parent_dev; | ||
199 | } | ||
200 | |||
201 | static struct resource pxa_resource_ffuart[] = { | 197 | static struct resource pxa_resource_ffuart[] = { |
202 | { | 198 | { |
203 | .start = 0x40100000, | 199 | .start = 0x40100000, |