staging: unisys: Move channel.h to include. Controvlm to visorbus
authorDavid Kershner <david.kershner@unisys.com>
Wed, 13 May 2015 17:22:04 +0000 (13:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:28:54 +0000 (13:28 -0700)
commit63b0179c397b70029dc28d166211354697fb1382
treea9e986c318ea06b376f8e48a0ac1598ee09ece3b
parent389f55920bee9e00ce4007e62ef9ceac39caec3b
staging: unisys: Move channel.h to include. Controvlm to visorbus

Channel.h is used by all channels, it needs to be in include.
Controlvm Channel is only used by visorbus, it needs to just be there.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/channels/channel.h [deleted file]
drivers/staging/unisys/common-spar/include/channels/channel_guid.h [deleted file]
drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h [deleted file]
drivers/staging/unisys/include/channel.h [new file with mode: 0644]
drivers/staging/unisys/include/channel_guid.h [new file with mode: 0644]
drivers/staging/unisys/visorbus/controlvmchannel.h [new file with mode: 0644]
This page took 0.027343 seconds and 5 git commands to generate.