commit | a759544ff95c14dac93759e02a84e233da0dc25a | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Mon Dec 21 13:44:31 2009 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Mon Jan 04 11:47:44 2010 +0100 |
tree | 97effc65a16213cd5fac75ad7e8c1ff5d330de8c | |
parent | dda71f1612bd6644714ab5c801d2f6d390b5318f [diff] [blame] |
mx25: add support for FEC on i.MX25 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
diff --git a/arch/arm/mach-mx25/devices.h b/arch/arm/mach-mx25/devices.h index fe6bf88..fe5420f 100644 --- a/arch/arm/mach-mx25/devices.h +++ b/arch/arm/mach-mx25/devices.h
@@ -17,3 +17,4 @@ extern struct platform_device mxc_i2c_device0; extern struct platform_device mxc_i2c_device1; extern struct platform_device mxc_i2c_device2; +extern struct platform_device mx25_fec_device;