2007-10-23 16:53:20

by Kristoffer Ericson

[permalink] [raw]
Subject: [SUPERH] dma-mapping.h structure has no member named page

Greetings,

Got this after syncing my tree with linux-2.6.git.

In file included from include/linux/dma-mapping.h:52,
from include/linux/dmaengine.h:29,
from include/linux/skbuff.h:29,
from include/linux/netlink.h:155,
from include/linux/genetlink.h:4,
from include/net/genetlink.h:4,
from include/linux/taskstats_kern.h:12,
from init/main.c:46:
include/asm/dma-mapping.h: In function `dma_map_sg':
include/asm/dma-mapping.h:88: error: structure has no member named `page'
include/asm/dma-mapping.h:91: error: structure has no member named `page'
include/asm/dma-mapping.h: In function `dma_sync_sg':
include/asm/dma-mapping.h:141: error: structure has no member named `page'
include/asm/dma-mapping.h:144: error: structure has no member named `page'
make[1]: *** [init/main.o] Error 1
make: *** [init] Error 2


2007-10-23 23:05:25

by Jens Axboe

[permalink] [raw]
Subject: Re: [SUPERH] dma-mapping.h structure has no member named page

On Tue, Oct 23 2007, Kristoffer Ericson wrote:
> Greetings,
>
> Got this after syncing my tree with linux-2.6.git.
>
> In file included from include/linux/dma-mapping.h:52,
> from include/linux/dmaengine.h:29,
> from include/linux/skbuff.h:29,
> from include/linux/netlink.h:155,
> from include/linux/genetlink.h:4,
> from include/net/genetlink.h:4,
> from include/linux/taskstats_kern.h:12,
> from init/main.c:46:
> include/asm/dma-mapping.h: In function `dma_map_sg':
> include/asm/dma-mapping.h:88: error: structure has no member named `page'
> include/asm/dma-mapping.h:91: error: structure has no member named `page'
> include/asm/dma-mapping.h: In function `dma_sync_sg':
> include/asm/dma-mapping.h:141: error: structure has no member named `page'
> include/asm/dma-mapping.h:144: error: structure has no member named `page'
> make[1]: *** [init/main.o] Error 1
> make: *** [init] Error 2

Pull again, should be ok now.

--
Jens Axboe

2007-10-24 14:36:28

by Kristoffer Ericson

[permalink] [raw]
Subject: Re: [SUPERH] dma-mapping.h structure has no member named page

On Wed, 24 Oct 2007 01:05:07 +0200
Jens Axboe <[email protected]> wrote:

> On Tue, Oct 23 2007, Kristoffer Ericson wrote:
> > Greetings,
> >
> > Got this after syncing my tree with linux-2.6.git.
> >
> > In file included from include/linux/dma-mapping.h:52,
> > from include/linux/dmaengine.h:29,
> > from include/linux/skbuff.h:29,
> > from include/linux/netlink.h:155,
> > from include/linux/genetlink.h:4,
> > from include/net/genetlink.h:4,
> > from include/linux/taskstats_kern.h:12,
> > from init/main.c:46:
> > include/asm/dma-mapping.h: In function `dma_map_sg':
> > include/asm/dma-mapping.h:88: error: structure has no member named `page'
> > include/asm/dma-mapping.h:91: error: structure has no member named `page'
> > include/asm/dma-mapping.h: In function `dma_sync_sg':
> > include/asm/dma-mapping.h:141: error: structure has no member named `page'
> > include/asm/dma-mapping.h:144: error: structure has no member named `page'
> > make[1]: *** [init/main.o] Error 1
> > make: *** [init] Error 2
>
> Pull again, should be ok now.
Yeah, saw the posts on it last night. Everything worked fine after pulling again last night. Thx

>
> --
> Jens Axboe
>