diff options
| author | David Kershner <[email protected]> | 2017-09-27 13:14:12 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-09-28 11:17:13 +0200 |
| commit | 30c036cc2bf2634608dffd3e65660fed8bc716db (patch) | |
| tree | 7919fb3e0b2d8f17658ad500ca4ede5505f14390 | |
| parent | 34fbf6a09b98520bc778dc3fe6d6157d94b6d513 (diff) | |
staging: unisys: visorbus: visorbus_private.h remove extra blank lines
Remvoe several unneeded blank lines.
Signed-off-by: David Kershner <[email protected]>
Reviewed-by: Tim Sell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/unisys/visorbus/visorbus_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |