aboutsummaryrefslogtreecommitdiff
path: root/lib/kasprintf.c
AgeCommit message (Collapse)AuthorFilesLines
2007-07-31lib: move kasprintf to a separate fileSam Ravnborg1-0/+44
kasprintf pulls in kmalloc which proved to be fatal for at least bootimage target on alpha. Move it to a separate file so only users of kasprintf are exposed to the dependency on kmalloc. Signed-off-by: Sam Ravnborg <[email protected]> Cc: Jeremy Fitzhardinge <[email protected]> Cc: Meelis Roos <[email protected]> Cc: Richard Henderson <[email protected]> Cc: Ivan Kokshaysky <[email protected]> Cc: Jay Estabrook <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>