This patch series completes the cleanup of redundantly-defined types and macros from commontypes.h, and then removes the file entirely. Benjamin Romer (7): staging: unisys: remove MEMCPY functions from commontypes.h staging: unisys: remove MEMORYBARRIER AND VolatileBarrier from commontypes staging: unisys: remove INLINE define from commontypes staging: unisys: remove GUEST_PHYSICAL_ADDRESS from commontypes.h staging: unisys: remove OFFSETOF from commontypes staging: unisys: move remaining macros from commontypes.h to channel.h staging: unisys: remove commontypes.h drivers/staging/unisys/channels/channel.c | 12 ++-- .../unisys/common-spar/include/channels/channel.h | 43 +++++++++++-- .../include/channels/controlframework.h | 2 +- .../include/channels/controlvmchannel.h | 4 +- .../common-spar/include/channels/diagchannel.h | 2 +- .../common-spar/include/channels/iochannel.h | 43 +++++++------ .../common-spar/include/channels/vbuschannel.h | 1 - .../unisys/common-spar/include/vbusdeviceinfo.h | 2 +- drivers/staging/unisys/include/commontypes.h | 72 ---------------------- drivers/staging/unisys/uislib/uislib.c | 3 +- drivers/staging/unisys/uislib/uisutils.c | 3 +- drivers/staging/unisys/virtpci/virtpci.c | 4 +- drivers/staging/unisys/visorchannel/visorchannel.h | 1 - .../unisys/visorchannel/visorchannel_funcs.c | 4 +- drivers/staging/unisys/visorchipset/file.c | 2 + 15 files changed, 81 insertions(+), 117 deletions(-) delete mode 100644 drivers/staging/unisys/include/commontypes.h -- 1.9.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel