summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2011-10-11 16:42:28 +0200
committerGreg Kroah-Hartman2011-10-11 16:49:19 +0200
commitda0e96315ca703ab6540cc7665549622f71c155f (patch)
treec1a135689a6f94266d51c1323f62f851826b05a9 /include/linux
parentStaging: hv: remove unneeded asm include file in hyperv.h (diff)
downloadkernel-qcow2-linux-da0e96315ca703ab6540cc7665549622f71c155f.tar.gz
kernel-qcow2-linux-da0e96315ca703ab6540cc7665549622f71c155f.tar.xz
kernel-qcow2-linux-da0e96315ca703ab6540cc7665549622f71c155f.zip
hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()
It's a global symbol, so properly prefix it and use the proper EXPORT value as well. Cc: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hyperv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 4c8414a8b07f..98a57a51acfc 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -960,7 +960,7 @@ struct hyperv_service_callback {
void (*callback) (void *context);
};
-extern void prep_negotiate_resp(struct icmsg_hdr *,
- struct icmsg_negotiate *, u8 *);
+extern void vmbus_prep_negotiate_resp(struct icmsg_hdr *,
+ struct icmsg_negotiate *, u8 *);
#endif /* _HYPERV_H */