xen/blkback: Fix compile warning
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 13 Aug 2012 14:53:17 +0000 (10:53 -0400)
committerJens Axboe <axboe@kernel.dk>
Tue, 30 Oct 2012 07:32:43 +0000 (08:32 +0100)
drivers/block/xen-blkback/xenbus.c:260:5: warning: symbol 'xenvbd_sysfs_addif' was not declared. Should it be static?
drivers/block/xen-blkback/xenbus.c:284:6: warning: symbol 'xenvbd_sysfs_delif' was not declared. Should it be static?

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

No differences found