]> git.baikalelectronics.ru Git - kernel.git/commit
staging: unisys: Migrate bus from devdata to visor_device
authorDon Zickus <dzickus@redhat.com>
Thu, 4 Jun 2015 13:22:37 +0000 (09:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jun 2015 20:36:43 +0000 (13:36 -0700)
commitb2128ae49a2a7ac74e4d6a77778b44c343d58670
treeb07d176011dc58c73a933d6a3769eee47c77203a
parentd69c3dd7ed9fc5b0c0c8a32f1dbac95ad441e48e
staging: unisys: Migrate bus from devdata to visor_device

The bus device and regular device were using two different
structs.  Let's combine them as they are not entirely different
from one another.

This allows us to move this creation up the stack later and
actually remove bus/dev_info easily.

Most of the churn is just renaming devdata -> dev and 'struct
visorbus_devdata' to 'struct visor_device'.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c