diff options
author | YueHaibing | 2019-05-25 16:21:51 +0200 |
---|---|---|
committer | Boris Ostrovsky | 2019-05-28 23:32:10 +0200 |
commit | 41349672e3cbc2e8349831f21253509c3415aa2b (patch) | |
tree | 7d5a32dacde2955085e080ca083bdd584aca232d /lib/atomic64.c | |
parent | xen/arm: Use p2m entry with lock protection (diff) | |
download | kernel-qcow2-linux-41349672e3cbc2e8349831f21253509c3415aa2b.tar.gz kernel-qcow2-linux-41349672e3cbc2e8349831f21253509c3415aa2b.tar.xz kernel-qcow2-linux-41349672e3cbc2e8349831f21253509c3415aa2b.zip |
xen/pvcalls: Remove set but not used variable
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/xen/pvcalls-front.c: In function pvcalls_front_sendmsg:
drivers/xen/pvcalls-front.c:543:25: warning: variable bedata set but not used [-Wunused-but-set-variable]
drivers/xen/pvcalls-front.c: In function pvcalls_front_recvmsg:
drivers/xen/pvcalls-front.c:638:25: warning: variable bedata set but not used [-Wunused-but-set-variable]
They are never used since introduction.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'lib/atomic64.c')
0 files changed, 0 insertions, 0 deletions