Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320709 - kmalloc and kfree need declaration in cfbcondecor.c(2.6.34)
Summary: kmalloc and kfree need declaration in cfbcondecor.c(2.6.34)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-20 09:13 UTC by Sipingal Liu
Modified: 2010-05-20 14:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sipingal Liu 2010-05-20 09:13:38 UTC
without the declaration of the kmalloc and kfree will cause failure compiling.

19 #include <linux/fb.h>
20 #include <linux/slab.h>    ------------< we need to add this line.
21 #include <linux/selection.h>
Comment 1 Mike Pagano gentoo-dev 2010-05-20 14:38:51 UTC
This has already been identified, fixed and committed