[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix function that shouldn't be globally defined.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 022818ea391490656a9f600394403dbfaa61a2e8 # Parent 9bf6f907b3ff0261902f06d261f76c1bd12af9f5 Fix function that shouldn't be globally defined. Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx> diff -r 9bf6f907b3ff -r 022818ea3914 linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c --- a/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c Wed Nov 16 10:29:52 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c Wed Nov 16 10:30:32 2005 @@ -381,9 +381,9 @@ } -int balloon_init_watcher(struct notifier_block *notifier, - unsigned long event, - void *data) +static int balloon_init_watcher(struct notifier_block *notifier, + unsigned long event, + void *data) { int err; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |