From: Fabio Estevam Date: Wed, 13 Jun 2012 17:06:07 +0000 (-0300) Subject: pinctrl: mxs: Use kfree to fix build error X-Git-Tag: v3.5-rc4~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e1e9f5cadb7cff3a2846c27cc1b9c8f207ee18;p=pandora-kernel.git pinctrl: mxs: Use kfree to fix build error commit 0bf7481 (pinctrl: pinctrl-mxs: Take care of frees if the kzalloc fails) introduced the following build error: drivers/pinctrl/pinctrl-mxs.c:140:3: error: implicit declaration of function 'free' Use kfree function instead. Signed-off-by: Fabio Estevam Acked-by: Devendra Naga Signed-off-by: Linus Walleij --- Reading git-diff-tree failed