Re: [PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-19 Thread Thomas Hellstrom
Martin Michlmayr wrote: > drm/ttm fails to build on MIPS because "struct page" is not known: > | In file included from drivers/gpu/drm/ttm/ttm_memory.c:28: > | include/drm/ttm/ttm_memory.h:154: warning: 'struct page' declared inside > parameter list > | include/drm/ttm/ttm_memory.h:154: warning: i

Re: [PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-19 Thread Martin Michlmayr
* Thomas Hellstrom [2009-11-19 14:49]: > Sorry for not reviewing this earlier, but what about including the > include file that defines > struct page instead of a separate declaration? Sure, I can send such a patch. -- Martin Michlmayr http://www.cyrius.com/

Re: [PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-19 Thread Martin Michlmayr
drm/ttm fails to build on MIPS because "struct page" is not known: | In file included from drivers/gpu/drm/ttm/ttm_memory.c:28: | include/drm/ttm/ttm_memory.h:154: warning: 'struct page' declared inside parameter list | include/drm/ttm/ttm_memory.h:154: warning: its scope is only this definition

[PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-19 Thread Martin Michlmayr
drm/ttm fails to build on MIPS because "struct page" is not known: | In file included from drivers/gpu/drm/ttm/ttm_memory.c:28: | include/drm/ttm/ttm_memory.h:154: warning: 'struct page' declared inside parameter list | include/drm/ttm/ttm_memory.h:154: warning: its scope is only this definition

Re: [PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-19 Thread Thomas Hellstrom
Martin, Sorry for not reviewing this earlier, but what about including the include file that defines struct page instead of a separate declaration? /Thomas Martin Michlmayr wrote: > drm/ttm fails to build on MIPS because "struct page" is not known: > | In file included from drivers/gpu/drm/tt

[PATCH] drm/ttm: Fix build failure due to missing struct page

2009-11-11 Thread Martin Michlmayr
drm/ttm fails to build on MIPS because "struct page" is not known: | In file included from drivers/gpu/drm/ttm/ttm_memory.c:28: | include/drm/ttm/ttm_memory.h:154: warning: 'struct page' declared inside parameter list | include/drm/ttm/ttm_memory.h:154: warning: its scope is only this definition