Re: [PATCH 3/8] lib: Move prototype declaration to header file include/linux/swiotlb.h

2014-02-28 Thread Konrad Rzeszutek Wilk
On Tue, Feb 25, 2014 at 01:14:17PM +0530, Rashika Kheria wrote: > Move prototype declaration of function to header file > include/linux/swiotlb.h from arch/ia64/hp/common/hwsw_iommu.c, > arch/ia64/hp/common/sba_iommu.c and arch/x86/pci/sta2x11-fixup.c because > it is used by more than one file. >

Re: [PATCH 3/8] lib: Move prototype declaration to header file include/linux/swiotlb.h

2014-02-28 Thread Konrad Rzeszutek Wilk
On Tue, Feb 25, 2014 at 01:14:17PM +0530, Rashika Kheria wrote: Move prototype declaration of function to header file include/linux/swiotlb.h from arch/ia64/hp/common/hwsw_iommu.c, arch/ia64/hp/common/sba_iommu.c and arch/x86/pci/sta2x11-fixup.c because it is used by more than one file.

[PATCH 3/8] lib: Move prototype declaration to header file include/linux/swiotlb.h

2014-02-24 Thread Rashika Kheria
Move prototype declaration of function to header file include/linux/swiotlb.h from arch/ia64/hp/common/hwsw_iommu.c, arch/ia64/hp/common/sba_iommu.c and arch/x86/pci/sta2x11-fixup.c because it is used by more than one file. This eliminates the following warning in lib/swiotlb.c:

[PATCH 3/8] lib: Move prototype declaration to header file include/linux/swiotlb.h

2014-02-24 Thread Rashika Kheria
Move prototype declaration of function to header file include/linux/swiotlb.h from arch/ia64/hp/common/hwsw_iommu.c, arch/ia64/hp/common/sba_iommu.c and arch/x86/pci/sta2x11-fixup.c because it is used by more than one file. This eliminates the following warning in lib/swiotlb.c: