Gitweb: http://git.kernel.org/linus/5fe68019c600ac0b92475654cbee66208dddb800 Commit: 5fe68019c600ac0b92475654cbee66208dddb800 Parent: cffd4e16cd6e5893148c31f86d1b48db10b64baa Author: Dave Airlie <airlied@redhat.com> AuthorDate: Wed Jan 20 17:29:10 2010 -0500 Committer: Greg Kroah-Hartman <gregkh@suse.de> CommitDate: Wed Mar 3 16:42:49 2010 -0800 Staging: crystalhd: fix build on powerpc Add necessary include to fix build on PowerPC Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/staging/crystalhd/crystalhd_lnx.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/crystalhd/crystalhd_lnx.h b/drivers/staging/crystalhd/crystalhd_lnx.h index d3f9fc4..d338ae9 100644 --- a/drivers/staging/crystalhd/crystalhd_lnx.h +++ b/drivers/staging/crystalhd/crystalhd_lnx.h @@ -40,6 +40,7 @@ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/pagemap.h> +#include <linux/vmalloc.h> #include <asm/io.h> #include <asm/irq.h> -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
