Re: linux-next: Tree for Oct 4 (net/rds/ib)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/3/19 10:59 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20191003:
> 

on i386:

../net/rds/ib.c: In function ‘rds_ib_dev_free’:
../net/rds/ib.c:111:3: error: implicit declaration of function ‘dma_pool_destroy’; did you mean ‘mempool_destroy’? [-Werror=implicit-function-declaration]
   dma_pool_destroy(rds_ibdev->rid_hdrs_pool);
   ^~~~~~~~~~~~~~~~
   mempool_destroy
../net/rds/ib.c: In function ‘rds_ib_add_one’:
../net/rds/ib.c:187:29: error: implicit declaration of function ‘dma_pool_create’; did you mean ‘mempool_create’? [-Werror=implicit-function-declaration]
  rds_ibdev->rid_hdrs_pool = dma_pool_create(device->name,
                             ^~~~~~~~~~~~~~~
                             mempool_create
../net/rds/ib.c:187:27: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  rds_ibdev->rid_hdrs_pool = dma_pool_create(device->name,
                           ^



-- 
~Randy



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux