From 92b5e8c0ac63fb74171929b98f1fa170a0ff46b2 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Tue, 5 May 2015 18:35:53 -0400 Subject: [PATCH] staging: unisys: Remove unused typedef SPARREPORTEVENT_COMPLETE_FUNC Signed-off-by: Jes Sorensen Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorchipset/visorchipset.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/visorchipset.h b/drivers/staging/unisys/visorchipset/visorchipset.h index 70b9e6ec60d9..59552afc663f 100644 --- a/drivers/staging/unisys/visorchipset/visorchipset.h +++ b/drivers/staging/unisys/visorchipset/visorchipset.h @@ -194,9 +194,6 @@ visorchipset_register_busdev_server( struct visorchipset_busdev_responders *responders, struct ultra_vbus_deviceinfo *driver_info); -typedef void (*SPARREPORTEVENT_COMPLETE_FUNC) (struct controlvm_message *msg, - int status); - void visorchipset_device_pause_response(u32 bus_no, u32 dev_no, int response); bool visorchipset_get_bus_info(u32 bus_no, -- 2.11.0