]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: hv: hv_mouse: remove unneeded function forward declaration
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 03:45:17 +0000 (19:45 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 03:45:17 +0000 (19:45 -0800)
When the code moved around earlier, this function declaration should
have been removed but it wasn't.  Resolve that.

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hv_mouse.c

index 8ae1eab2fb0acee6c564890fd53321b144760de7..1aaaef4695e347a2c023d64d567666222173d237 100644 (file)
@@ -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);