From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753700AbcHUVhG (ORCPT ); Sun, 21 Aug 2016 17:37:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34631 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753393AbcHUVgy (ORCPT ); Sun, 21 Aug 2016 17:36:54 -0400 Date: Sun, 21 Aug 2016 17:37:56 +0200 From: Greg KH To: David Kershner Cc: corbet@lwn.net, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, erik.arfvidson@unisys.com, timothy.sell@unisys.com, hofrat@osadl.org, dzickus@redhat.com, jes.sorensen@redhat.com, alexander.curtin@unisys.com, janani.rvchndrn@gmail.com, sudipm.mukherjee@gmail.com, prarit@redhat.com, david.binder@unisys.com, nhorman@redhat.com, dan.j.williams@intel.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, driverdev-devel@linuxdriverproject.org, sparmaintainer@unisys.com Subject: Re: [PATCH 1/3] include: linux: visorbus: Add visorbus to include/linux directory Message-ID: <20160821153756.GA31822@kroah.com> References: <1465615436-16035-1-git-send-email-david.kershner@unisys.com> <1465615436-16035-2-git-send-email-david.kershner@unisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465615436-16035-2-git-send-email-david.kershner@unisys.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 10, 2016 at 11:23:54PM -0400, David Kershner wrote: > Update include/linux to include the s-Par associated common include > header files needed for the s-Par visorbus. > > Since we have now moved the include directories over to > include/linux/visorbus this patch makes all of the visor > drivers visorbus, visorinput, visornic, and visorhba use > the new include folders. > > Signed-off-by: David Kershner > Reviewed-by: Tim Sell > --- > drivers/staging/unisys/MAINTAINERS | 2 +- > drivers/staging/unisys/visorbus/Makefile | 2 -- > drivers/staging/unisys/visorbus/controlvmchannel.h | 2 +- > drivers/staging/unisys/visorbus/vbuschannel.h | 3 ++- > drivers/staging/unisys/visorbus/visorbus_main.c | 6 +++--- > drivers/staging/unisys/visorbus/visorchannel.c | 4 ++-- > drivers/staging/unisys/visorbus/visorchipset.c | 8 ++++---- > drivers/staging/unisys/visorbus/vmcallinterface.h | 5 ++--- > drivers/staging/unisys/visorhba/Makefile | 2 -- > drivers/staging/unisys/visorhba/visorhba_main.c | 5 ++--- > drivers/staging/unisys/visorinput/Makefile | 2 -- > drivers/staging/unisys/visorinput/visorinput.c | 6 +++--- > drivers/staging/unisys/visornic/Makefile | 2 -- > drivers/staging/unisys/visornic/visornic_main.c | 5 ++--- > .../staging/unisys/include => include/linux/visorbus}/channel.h | 0 > .../unisys/include => include/linux/visorbus}/channel_guid.h | 0 > .../unisys/include => include/linux/visorbus}/diagchannel.h | 0 > .../unisys/include => include/linux/visorbus}/guestlinuxdebug.h | 0 > .../staging/unisys/include => include/linux/visorbus}/iochannel.h | 0 > .../staging/unisys/include => include/linux/visorbus}/version.h | 0 > .../staging/unisys/include => include/linux/visorbus}/visorbus.h | 0 > 21 files changed, 22 insertions(+), 32 deletions(-) > rename {drivers/staging/unisys/include => include/linux/visorbus}/channel.h (100%) > rename {drivers/staging/unisys/include => include/linux/visorbus}/channel_guid.h (100%) > rename {drivers/staging/unisys/include => include/linux/visorbus}/diagchannel.h (100%) > rename {drivers/staging/unisys/include => include/linux/visorbus}/guestlinuxdebug.h (100%) > rename {drivers/staging/unisys/include => include/linux/visorbus}/iochannel.h (100%) > rename {drivers/staging/unisys/include => include/linux/visorbus}/version.h (100%) > rename {drivers/staging/unisys/include => include/linux/visorbus}/visorbus.h (100%) > > diff --git a/drivers/staging/unisys/MAINTAINERS b/drivers/staging/unisys/MAINTAINERS > index 1f0425b..146a8c3 100644 > --- a/drivers/staging/unisys/MAINTAINERS > +++ b/drivers/staging/unisys/MAINTAINERS > @@ -1,5 +1,5 @@ > Unisys s-Par drivers > M: David Kershner > S: Maintained > -F: Documentation/s-Par/overview.txt > +F: Documentation/visorbus.txt > F: drivers/staging/unisys/ This MAINTAINERS change doesn't have anything to do with moving the .h files around :(