Re: [PATCH] drm/ttm: declare 'struct device' in ttm_page_alloc.h

2014-02-19 Thread Alexandre Courbot
Ping, David? On Mon, Feb 10, 2014 at 9:37 PM, Thierry Reding wrote: > On Sun, Feb 09, 2014 at 06:43:18PM +0900, Alexandre Courbot wrote: >> Declare 'struct device' explicitly in ttm_page_alloc.h as this file >> does not include any file declaring it. This removes the following >> warning: >> >>

Re: [PATCH] drm/ttm: declare 'struct device' in ttm_page_alloc.h

2014-02-19 Thread Alexandre Courbot
Ping, David? On Mon, Feb 10, 2014 at 9:37 PM, Thierry Reding thierry.red...@gmail.com wrote: On Sun, Feb 09, 2014 at 06:43:18PM +0900, Alexandre Courbot wrote: Declare 'struct device' explicitly in ttm_page_alloc.h as this file does not include any file declaring it. This removes the following

Re: [PATCH] drm/ttm: declare 'struct device' in ttm_page_alloc.h

2014-02-10 Thread Thierry Reding
On Sun, Feb 09, 2014 at 06:43:18PM +0900, Alexandre Courbot wrote: > Declare 'struct device' explicitly in ttm_page_alloc.h as this file > does not include any file declaring it. This removes the following > warning: > > warning: 'struct device' declared inside parameter list > >

Re: [PATCH] drm/ttm: declare 'struct device' in ttm_page_alloc.h

2014-02-10 Thread Thierry Reding
On Sun, Feb 09, 2014 at 06:43:18PM +0900, Alexandre Courbot wrote: Declare 'struct device' explicitly in ttm_page_alloc.h as this file does not include any file declaring it. This removes the following warning: warning: 'struct device' declared inside parameter list Signed-off-by:

[PATCH] drm/ttm: declare 'struct device' in ttm_page_alloc.h

2014-02-09 Thread Alexandre Courbot
Declare 'struct device' explicitly in ttm_page_alloc.h as this file does not include any file declaring it. This removes the following warning: warning: 'struct device' declared inside parameter list Signed-off-by: Alexandre Courbot --- This warning was visible when compiling Nouveau on

[PATCH] drm/ttm: declare 'struct device' in ttm_page_alloc.h

2014-02-09 Thread Alexandre Courbot
Declare 'struct device' explicitly in ttm_page_alloc.h as this file does not include any file declaring it. This removes the following warning: warning: 'struct device' declared inside parameter list Signed-off-by: Alexandre Courbot acour...@nvidia.com --- This warning was visible when