On Thursday 16 August 2012, Stephen Rothwell wrote: > From: Stephen Rothwell <[email protected]> > Date: Thu, 16 Aug 2012 15:11:22 +1000 > Subject: [PATCH] regulator: using kfree() requires including slab.h > > Fixes this build error: > > drivers/regulator/twl-regulator.c: In function 'twlreg_probe': > drivers/regulator/twl-regulator.c:1229:3: error: implicit declaration of > function 'kfree' [-Werror=implicit-function-declaration] > > Also added string.h for kmemdup(). > > Signed-off-by: Stephen Rothwell <[email protected]>
Acked-by: Arnd Bergmann <[email protected]> Thanks Stephen and sorry for bothering everyone with this. I had actually found the same problem and fixed it locally but forgot to send out the fixed version. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

