/* * Copyright (C) 2009-2010 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. */#include <linux/kernel.h>#include <linux/platform_device.h>#include <linux/init.h>structplatform_device*imx_add_platform_device(constchar*name,intid,conststructresource*res,unsignedintnum_resources,constvoid*data,size_tsize_data);