On Mon, Apr 27, 2009 at 06:59:17AM -0600, Shane McDonald wrote: > #ifdef CONFIG_SQUASHFS > -#include <linux/squashfs_fs.h> > +#include <linux/magic.h> > +#include "../../../../fs/squashfs/squashfs_fs.h" > #endif Sorry guys, this has zero business to be there. Filesystem magic checks of any sort don't belong into platform code. Please kill that whole get_ramroot piece of junk.