Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30c036cc authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visorbus: visorbus_private.h remove extra blank lines



Remvoe several unneeded blank lines.

Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 34fbf6a0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);