On Wed, May 13, 2015 at 01:22:07PM -0400, Benjamin Romer wrote: > From: David Kershner <david.kershner@xxxxxxxxxx> > > Move last three files out of common-spar > > iochannel.h --> include (will be used by visorhba and visornic) > version.h --> moved to include > controlvmcompletionstatus.h --> moved to visorbus, part of > controlvmchannel.h > > Signed-off-by: David Kershner <david.kershner@xxxxxxxxxx> > Signed-off-by: Benjamin Romer <benjamin.romer@xxxxxxxxxx> > --- > .../common-spar/include/channels/iochannel.h | 651 --------------------- > .../include/controlvmcompletionstatus.h | 94 --- > .../staging/unisys/common-spar/include/version.h | 45 -- > drivers/staging/unisys/include/iochannel.h | 651 +++++++++++++++++++++ > drivers/staging/unisys/include/version.h | 45 ++ > .../unisys/visorbus/controlvmcompletionstatus.h | 94 +++ > 6 files changed, 790 insertions(+), 790 deletions(-) > delete mode 100644 drivers/staging/unisys/common-spar/include/channels/iochannel.h > delete mode 100644 drivers/staging/unisys/common-spar/include/controlvmcompletionstatus.h > delete mode 100644 drivers/staging/unisys/common-spar/include/version.h > create mode 100644 drivers/staging/unisys/include/iochannel.h > create mode 100644 drivers/staging/unisys/include/version.h > create mode 100644 drivers/staging/unisys/visorbus/controlvmcompletionstatus.h In the future, please create patches with -m, so that we can see the files being moved, not deleted and added. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel