Re: [PATCH] drm_memory.h: remove double inclusion of linux/vmalloc.h

2008-07-08 Thread Mark Asselstine
On Tue, Jul 8, 2008 at 12:56 PM, Alexander Beregalov <[EMAIL PROTECTED]> wrote: > 2008/7/8 Ian Romanick <[EMAIL PROTECTED]>: >> On Tue, Jul 08, 2008 at 08:29:57AM -0400, Mark Asselstine wrote: >>> On Sun, Jul 6, 2008 at 7:31 AM, Alexander Beregalov >>> <[EMAIL PROTECTED]> wrote: >>> > From: Alexand

Re: [PATCH] drm_memory.h: remove double inclusion of linux/vmalloc.h

2008-07-08 Thread Alexander Beregalov
2008/7/8 Ian Romanick <[EMAIL PROTECTED]>: > On Tue, Jul 08, 2008 at 08:29:57AM -0400, Mark Asselstine wrote: >> On Sun, Jul 6, 2008 at 7:31 AM, Alexander Beregalov >> <[EMAIL PROTECTED]> wrote: >> > From: Alexander Beregalov <[EMAIL PROTECTED]> >> > >> > #if __OS_HAS_AGP >> > >> > -#include >> >

Re: [PATCH] drm_memory.h: remove double inclusion of linux/vmalloc.h

2008-07-08 Thread Ian Romanick
On Tue, Jul 08, 2008 at 08:29:57AM -0400, Mark Asselstine wrote: > On Sun, Jul 6, 2008 at 7:31 AM, Alexander Beregalov > <[EMAIL PROTECTED]> wrote: > > From: Alexander Beregalov <[EMAIL PROTECTED]> > > > > #if __OS_HAS_AGP > > > > -#include > > - > > Why remove this one and not the one at the to

Re: [PATCH] drm_memory.h: remove double inclusion of linux/vmalloc.h

2008-07-08 Thread Mark Asselstine
On Sun, Jul 6, 2008 at 7:31 AM, Alexander Beregalov <[EMAIL PROTECTED]> wrote: > From: Alexander Beregalov <[EMAIL PROTECTED]> > > Remove double inclusion of linux/vmalloc.h > > drivers/char/drm/drm_memory.h |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > Signed-off-by: Alexander B

[PATCH] drm_memory.h: remove double inclusion of linux/vmalloc.h

2008-07-06 Thread Alexander Beregalov
From: Alexander Beregalov <[EMAIL PROTECTED]> Remove double inclusion of linux/vmalloc.h drivers/char/drm/drm_memory.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Signed-off-by: Alexander Beregalov <[EMAIL PROTECTED]> --- diff --git a/drivers/char/drm/drm_memory.h b/drivers/char/