From: Greg Kroah-Hartman Date: Thu, 3 Mar 2011 03:45:17 +0000 (-0800) Subject: Staging: hv: hv_mouse: remove unneeded function forward declaration X-Git-Tag: v2.6.39-rc1~469^2~282 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8590a03125d8dde3993bbc7e7d13c9193f8dfd74;p=~emulex%2Finfiniband.git Staging: hv: hv_mouse: remove unneeded function forward declaration When the code moved around earlier, this function declaration should have been removed but it wasn't. Resolve that. Cc: Hank Janssen Cc: K. Y. Srinivasan Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c index 8ae1eab2fb0..1aaaef4695e 100644 --- a/drivers/staging/hv/hv_mouse.c +++ b/drivers/staging/hv/hv_mouse.c @@ -196,9 +196,6 @@ static const struct hv_guid mouse_guid = { 0xB9, 0x8B, 0x8B, 0xA1, 0xA1, 0xF3, 0xF9, 0x5A} }; -static void MousevscOnReceive(struct hv_device *Device, - struct vmpacket_descriptor *Packet); - static void deviceinfo_callback(struct hv_device *dev, struct hv_input_dev_info *info); static void inputreport_callback(struct hv_device *dev, void *packet, u32 len); static void reportdesc_callback(struct hv_device *dev, void *packet, u32 len);