The include/commontypes.h file defines many types locally when the kernel's existing types should have been used instead. This patch series converts all of the U8 through U64 and S8 through S64 types, and removes the extraneous type definition. Benjamin Romer (8): staging: unisys: remove U8 type staging: unisys: remove U16 type staging: unisys: remove U32 type staging: unisys: remove U64 type staging: unisys: remove S8 type staging: unisys: remove S16 type staging: unisys: remove S32 type staging: unisys: remove S64 type drivers/staging/unisys/channels/channel.c | 8 +- drivers/staging/unisys/channels/chanstub.c | 4 +- drivers/staging/unisys/channels/chanstub.h | 4 +- .../unisys/common-spar/include/channels/channel.h | 148 ++++++------ .../include/channels/controlframework.h | 26 +-- .../include/channels/controlvmchannel.h | 250 ++++++++++----------- .../common-spar/include/channels/diagchannel.h | 62 ++--- .../common-spar/include/channels/iochannel.h | 154 ++++++------- .../common-spar/include/channels/vbuschannel.h | 14 +- .../unisys/common-spar/include/vbusdeviceinfo.h | 8 +- .../unisys/common-spar/include/vmcallinterface.h | 26 +-- drivers/staging/unisys/include/commontypes.h | 19 +- drivers/staging/unisys/include/guestlinuxdebug.h | 14 +- drivers/staging/unisys/include/uisqueue.h | 98 ++++---- drivers/staging/unisys/include/uisutils.h | 86 +++---- drivers/staging/unisys/uislib/uislib.c | 62 ++--- drivers/staging/unisys/uislib/uisqueue.c | 10 +- drivers/staging/unisys/uislib/uisutils.c | 4 +- drivers/staging/unisys/virthba/virthba.c | 30 +-- drivers/staging/unisys/virtpci/virtpci.c | 6 +- drivers/staging/unisys/virtpci/virtpci.h | 4 +- drivers/staging/unisys/visorchannel/visorchannel.h | 16 +- .../unisys/visorchannel/visorchannel_funcs.c | 34 +-- drivers/staging/unisys/visorchipset/file.c | 4 +- drivers/staging/unisys/visorchipset/parser.c | 6 +- drivers/staging/unisys/visorchipset/parser.h | 4 +- drivers/staging/unisys/visorchipset/visorchipset.h | 90 ++++---- .../unisys/visorchipset/visorchipset_main.c | 62 ++--- 28 files changed, 622 insertions(+), 631 deletions(-) -- 1.9.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel