9
0
Fork 0

i.MX: Removed unused declaration for imx_iim_get_mac

Procedure is missing, so remove its declaration.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2012-07-19 19:30:13 +04:00 committed by Sascha Hauer
parent b78e5fe9f3
commit bde141bce7
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ struct imx_iim_platform_data {
#ifdef CONFIG_IMX_IIM
int imx_iim_read(unsigned int bank, int offset, void *buf, int count);
int imx_iim_get_mac(unsigned char *mac);
#else
static inline int imx_iim_read(unsigned int bank, int offset, void *buf,
int count)