From: David Kershner Date: Wed, 27 Sep 2017 17:14:12 +0000 (-0400) Subject: staging: unisys: visorbus: visorbus_private.h remove extra blank lines X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=30c036cc2bf2634608dffd3e65660fed8bc716db;p=openwrt%2Fstaging%2Fblogic.git staging: unisys: visorbus: visorbus_private.h remove extra blank lines Remvoe several unneeded blank lines. Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorbus/visorbus_private.h b/drivers/staging/unisys/visorbus/visorbus_private.h index e878d65ab668..91f788aa9a87 100644 --- a/drivers/staging/unisys/visorbus/visorbus_private.h +++ b/drivers/staging/unisys/visorbus/visorbus_private.h @@ -29,11 +29,9 @@ int create_visor_device(struct visor_device *dev_info); void remove_visor_device(struct visor_device *dev_info); int visorchipset_device_pause(struct visor_device *dev_info); int visorchipset_device_resume(struct visor_device *dev_info); - void visorbus_response(struct visor_device *p, int response, int controlvm_id); void visorbus_device_changestate_response(struct visor_device *p, int response, struct visor_segment_state state); - int visorbus_init(void); void visorbus_exit(void);