compiling latest linux-fusion with the latest kernel gives the compile error:
linux-fusion-8.0.2/linux/drivers/char/fusion/shmpool.c: In function
'fusion_shmpool_construct':
linux-fusion-8.0.2/linux/drivers/char/fusion/shmpool.c:118: error:
implicit declaration of function 'PAGE_ALIGN'

The fix is to add the line

#include <linux/mm.h>

to the file "linux-fusion-8.0.2/linux/drivers/char/fusion/shmpool.c"
as mm.h defines PAGE_ALIGN

Jon
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to