Skip to content

Commit

Permalink
xen/xenbus: Fix compile warning.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Konrad Rzeszutek Wilk committed Oct 19, 2012
1 parent c2103b7 commit e9d1aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/xenbus/xenbus_xs.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ static struct xenbus_watch *find_watch(const char *token)
* so if we are running on anything older than 4 do not attempt to read
* control/platform-feature-xs_reset_watches.
*/
static bool xen_strict_xenbus_quirk()
static bool xen_strict_xenbus_quirk(void)
{
uint32_t eax, ebx, ecx, edx, base;

Expand Down

0 comments on commit e9d1aa0

Please sign in to comment.