commit | fc40d0191943fa995f5359b5c23aa7c3dea69d7b | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Nov 04 12:02:35 2010 +0100 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Nov 17 10:01:26 2010 +0100 |
tree | 99d105dce9fd693b30dd3d577212838885d0c6a2 | |
parent | e0a1961df8ad898b661cf0adcf3519254f135a44 [diff] |
ARM: imx: change the way flexcan devices are registered Group soc specific data in a global struct instead of repeating it for each call to imxXX_add_flexcanX. The structs holding the actual data are placed in .init.constdata and so don't do much harm. Compared to the previous approach this reduces code size to call imx_add_flexcan. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>