diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-11 17:32:21 +0300 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-17 12:01:41 +0300 |
commit | 194ee8e89cc02d8bea8a0b837271f79ca0c72873 (patch) | |
tree | 212f66a12c7afbf931cab5c52f713306b76d980f /arch/arm/mach-mx25/devices.h | |
parent | e7c74b343091e0c6b7bb67c12f9f7fb345aa6a50 (diff) | |
download | linux-194ee8e89cc02d8bea8a0b837271f79ca0c72873.tar.xz |
ARM: mx25: dynamically allocatate imx-fb devices
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25/devices.h')
-rw-r--r-- | arch/arm/mach-mx25/devices.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx25/devices.h b/arch/arm/mach-mx25/devices.h index f37f9a2d8ee0..11997e267c4b 100644 --- a/arch/arm/mach-mx25/devices.h +++ b/arch/arm/mach-mx25/devices.h @@ -1,3 +1,2 @@ -extern struct platform_device mx25_fb_device; extern struct platform_device mxc_wdt; extern struct platform_device mx25_csi_device; |