[Intel-gfx] [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-02 Thread Dave Airlie
On Thu, Dec 2, 2010 at 5:38 AM, Andrew Morton wrote: > On Wed, 1 Dec 2010 17:54:18 +0100 > Julien Cristau wrote: > >> On Wed, Dec ?1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: >> >> > For headers that get exported to userland and make use of u32 style >> > type names, it is advised to

Re: [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-02 Thread Alexander Shishkin
On Wed, Dec 01, 2010 at 05:54:18PM +0100, Julien Cristau wrote: On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes 5 headers_check warnings.

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Alexander Shishkin
On Wed, Dec 01, 2010 at 05:54:18PM +0100, Julien Cristau wrote: > On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > > > For headers that get exported to userland and make use of u32 style > > type names, it is advised to include linux/types.h. > > > > This fixes 5 headers_check

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Julien Cristau
On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > For headers that get exported to userland and make use of u32 style > type names, it is advised to include linux/types.h. > > This fixes 5 headers_check warnings. > How many times does this need to be NAKed? These headers are

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Alexander Shishkin
For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes 5 headers_check warnings. Signed-off-by: Alexander Shishkin CC: Andrew Morton CC: David Airlie CC: Chris Wilson CC: dri-devel at lists.freedesktop.org CC:

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Kristian Høgsberg
On Wed, Dec 1, 2010 at 11:54 AM, Julien Cristau wrote: > On Wed, Dec ?1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > >> For headers that get exported to userland and make use of u32 style >> type names, it is advised to include linux/types.h. >> >> This fixes 5 headers_check warnings. >>

[Intel-gfx] [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Randy Dunlap
On Thu, 2 Dec 2010 05:55:59 +1000 Dave Airlie wrote: > On Thu, Dec 2, 2010 at 5:38 AM, Andrew Morton > wrote: > > On Wed, 1 Dec 2010 17:54:18 +0100 > > Julien Cristau wrote: > > > >> On Wed, Dec ?1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > >> > >> > For headers that get exported to

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Andrew Morton
On Wed, 1 Dec 2010 17:54:18 +0100 Julien Cristau wrote: > On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: > > > For headers that get exported to userland and make use of u32 style > > type names, it is advised to include linux/types.h. > > > > This fixes 5 headers_check

[PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Alexander Shishkin
For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes 5 headers_check warnings. Signed-off-by: Alexander Shishkin virtu...@slind.org CC: Andrew Morton a...@linux-foundation.org CC: David Airlie airl...@linux.ie CC:

Re: [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Julien Cristau
On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes 5 headers_check warnings. How many times does this need to be NAKed? These headers are

Re: [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Kristian Høgsberg
On Wed, Dec 1, 2010 at 11:54 AM, Julien Cristau jcris...@debian.org wrote: On Wed, Dec  1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes 5 headers_check

Re: [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Andrew Morton
On Wed, 1 Dec 2010 17:54:18 +0100 Julien Cristau jcris...@debian.org wrote: On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes 5

Re: [Intel-gfx] [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Dave Airlie
On Thu, Dec 2, 2010 at 5:38 AM, Andrew Morton a...@linux-foundation.org wrote: On Wed, 1 Dec 2010 17:54:18 +0100 Julien Cristau jcris...@debian.org wrote: On Wed, Dec  1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: For headers that get exported to userland and make use of u32 style

Re: [Intel-gfx] [PATCH 1/4] drm: fix headers to include linux/types.h

2010-12-01 Thread Randy Dunlap
On Thu, 2 Dec 2010 05:55:59 +1000 Dave Airlie wrote: On Thu, Dec 2, 2010 at 5:38 AM, Andrew Morton a...@linux-foundation.org wrote: On Wed, 1 Dec 2010 17:54:18 +0100 Julien Cristau jcris...@debian.org wrote: On Wed, Dec  1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote: For