lkml.org 
[lkml]   [2019]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: linux-next: Tree for Oct 4 (net/rds/ib)
From
Date
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

\
 
 \ /
  Last update: 2019-10-04 17:18    [W:0.898 / U:0.692 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site