xen/xenbus: Fix compile warning.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 12 Oct 2012 18:36:56 +0000 (14:36 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 19 Oct 2012 19:17:45 +0000 (15:17 -0400)
commite9d1aa05da264cf7e1906b81a90d6abfdbe3700b
tree1b503990513bd109675e6dbbddf72e6d038f632a
parentc2103b7ef7ecb4d17138b6ced4aad1b576affc4e
xen/xenbus: Fix compile warning.

We were missing the 'void' on the parameter arguments.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xenbus/xenbus_xs.c