This patch series combines the global include files into a single include
and cleans up dependencies that were in the wrong location. We had code
dependencies on the UNISYSSPAR Kconfig flag instead of the VISORBUS config
flag. UNISYSSPAR is just there for organizational purposes.

David Kershner (4):
  staging: unisys: fix dependencies with UNISYSSPAR Kconfig flag
  staging: unisys: remove !UML flag
  staging: unisys: combine visorchannel.h and visorbus.h
  staging: unisys: move dependencies from UNISYSSPAR to VISORBUS

 drivers/staging/unisys/Kconfig                     |   3 -
 drivers/staging/unisys/include/iochannel.h         |   2 +-
 drivers/staging/unisys/include/visorbus.h          | 166 ++++++++++++++++++-
 drivers/staging/unisys/include/visorchannel.h      | 179 ---------------------
 drivers/staging/unisys/visorbus/Kconfig            |   1 +
 drivers/staging/unisys/visorbus/controlvmchannel.h |   2 +-
 drivers/staging/unisys/visorbus/vbuschannel.h      |   2 +-
 7 files changed, 169 insertions(+), 186 deletions(-)
 delete mode 100644 drivers/staging/unisys/include/visorchannel.h

-- 
1.9.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to