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 thi

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

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 a/inc