Uwe Kleine-König | 44505c0 | 2010-09-30 16:44:53 +0200 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright (C) 2010 Pengutronix |
| 3 | * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify it under |
| 6 | * the terms of the GNU General Public License version 2 as published by the |
| 7 | * Free Software Foundation. |
| 8 | */ |
| 9 | #include <mach/mx51.h> |
| 10 | #include <mach/devices-common.h> |
| 11 | |
| 12 | extern const struct imx_imx_i2c_data imx51_imx_i2c_data[] __initconst; |
| 13 | #define imx51_add_imx_i2c(id, pdata) \ |
| 14 | imx_add_imx_i2c(&imx51_imx_i2c_data[id], pdata) |