diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2015-05-05 18:35:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-08 15:25:54 +0200 |
commit | f10c55428f9e16361d69073e2e619f38a7a1c438 (patch) | |
tree | 7c439f74d8f4fb1df326c76f51fec36391252c8a /drivers | |
parent | 94ac450060e77f5b85bb854f6bb444ecd1d99502 (diff) |
staging: unisys: Remove a couple of unnecessary blank lines
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/unisys/visorchipset/visorchipset.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/unisys/visorchipset/visorchipset.h b/drivers/staging/unisys/visorchipset/visorchipset.h index 3c57782df96a..53bbc4979edc 100644 --- a/drivers/staging/unisys/visorchipset/visorchipset.h +++ b/drivers/staging/unisys/visorchipset/visorchipset.h @@ -68,7 +68,6 @@ struct visorchipset_channel_info { u64 n_channel_bytes; uuid_le channel_type_uuid; uuid_le channel_inst_uuid; - }; /** Attributes for a particular Supervisor device. @@ -90,7 +89,6 @@ struct visorchipset_device_info { struct controlvm_message_header pending_msg_hdr;/* CONTROLVM_MESSAGE */ /** For private use by the bus driver */ void *bus_driver_context; - }; static inline struct visorchipset_device_info *finddevice( |