Re: [PATCH] iommu: Include linux/err.h

2013-04-19 Thread Joerg Roedel
On Fri, Apr 19, 2013 at 09:38:04AM +0800, Wang YanQing wrote: > The linux/iommu.h header uses ERR_PTR defined > in linux/err.h but doesn't include it. > > Cc:j...@8bytes.org > Reviewed-by: Alex Williamson > Signed-off-by: Wang YanQing Applied to core branch, thanks. -- To unsubscribe from

Re: [PATCH] iommu: Include linux/err.h

2013-04-19 Thread Joerg Roedel
On Fri, Apr 19, 2013 at 09:38:04AM +0800, Wang YanQing wrote: The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Cc:j...@8bytes.org Reviewed-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Wang YanQing udkni...@gmail.com Applied to core

[PATCH] iommu: Include linux/err.h

2013-04-18 Thread Wang YanQing
The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Cc:j...@8bytes.org Reviewed-by: Alex Williamson Signed-off-by: Wang YanQing --- This patch has been in LKML for more than 2 months, I even forget it, but the compile error when I compile a kernel module for

[PATCH] iommu: Include linux/err.h

2013-04-18 Thread Wang YanQing
The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Cc:j...@8bytes.org Reviewed-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Wang YanQing udkni...@gmail.com --- This patch has been in LKML for more than 2 months, I even forget it, but the

[PATCH]iommu: Include linux/err.h

2013-02-25 Thread Wang YanQing
The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Reviewed-by: Alex Williamson Signed-off-by: Wang YanQing --- I send this twice to joerg.roe...@amd.com more than one month, but it had been ignored, I don't why. include/linux/iommu.h | 1 + 1 file changed,

[PATCH]iommu: Include linux/err.h

2013-02-25 Thread Wang YanQing
The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Reviewed-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Wang YanQing udkni...@gmail.com --- I send this twice to joerg.roe...@amd.com more than one month, but it had been ignored, I don't why.

Re: [PATCH]iommu: Include linux/err.h

2013-01-14 Thread Wang YanQing
On Thu, Dec 13, 2012 at 10:15:38AM -0700, Alex Williamson wrote: > On Fri, 2012-12-14 at 00:55 +0800, Wang YanQing wrote: > > The linux/iommu.h header uses ERR_PTR defined > > in linux/err.h but doesn't include it. > > > > Signed-off-by: Wang YanQing > > --- > > include/linux/iommu.h | 1 + > >

Re: [PATCH]iommu: Include linux/err.h

2013-01-14 Thread Wang YanQing
On Thu, Dec 13, 2012 at 10:15:38AM -0700, Alex Williamson wrote: On Fri, 2012-12-14 at 00:55 +0800, Wang YanQing wrote: The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Signed-off-by: Wang YanQing udkni...@gmail.com --- include/linux/iommu.h | 1 +

Re: [PATCH]iommu: Include linux/err.h

2012-12-13 Thread Alex Williamson
On Fri, 2012-12-14 at 00:55 +0800, Wang YanQing wrote: > The linux/iommu.h header uses ERR_PTR defined > in linux/err.h but doesn't include it. > > Signed-off-by: Wang YanQing > --- > include/linux/iommu.h | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Alex Williamson > diff --git

[PATCH]iommu: Include linux/err.h

2012-12-13 Thread Wang YanQing
The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Signed-off-by: Wang YanQing --- include/linux/iommu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/iommu.h b/include/linux/iommu.h index f3b99e1..f4a49a6 100644 --- a/include/linux/iommu.h

[PATCH]iommu: Include linux/err.h

2012-12-13 Thread Wang YanQing
The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Signed-off-by: Wang YanQing udkni...@gmail.com --- include/linux/iommu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/iommu.h b/include/linux/iommu.h index f3b99e1..f4a49a6 100644 ---

Re: [PATCH]iommu: Include linux/err.h

2012-12-13 Thread Alex Williamson
On Fri, 2012-12-14 at 00:55 +0800, Wang YanQing wrote: The linux/iommu.h header uses ERR_PTR defined in linux/err.h but doesn't include it. Signed-off-by: Wang YanQing udkni...@gmail.com --- include/linux/iommu.h | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Alex Williamson