From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E5E6D1BF856 for ; Tue, 25 Feb 2014 00:47:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E19DA8BAE6 for ; Tue, 25 Feb 2014 00:47:51 +0000 (UTC) Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qpo-QLFJeHxL for ; Tue, 25 Feb 2014 00:47:51 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by whitealder.osuosl.org (Postfix) with ESMTP id 725798BAD2 for ; Tue, 25 Feb 2014 00:47:51 +0000 (UTC) Date: Mon, 24 Feb 2014 16:49:24 -0800 From: Greg Kroah-Hartman Subject: Re: [PATCH 18/19] staging: dgap: Rename driver Message-ID: <20140225004924.GA12461@kroah.com> References: <1392833535-25652-1-git-send-email-markh@compro.net> <1392833535-25652-19-git-send-email-markh@compro.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1392833535-25652-19-git-send-email-markh@compro.net> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org To: Mark Hounschell Cc: driverdev-devel@linuxdriverproject.org On Wed, Feb 19, 2014 at 01:12:14PM -0500, Mark Hounschell wrote: > Renames driver file dgap_driver.c and dgap_driver.h to > dgap.c and dgap.h because we are now single source and > include file and better fits kernel naming conventions. > > Signed-off-by: Mark Hounschell > --- > drivers/staging/dgap/Makefile | 4 - > drivers/staging/dgap/dgap.c | 8506 ++++++++++++++++++++++++++++++++++++ > drivers/staging/dgap/dgap.h | 1504 +++++++ > drivers/staging/dgap/dgap_driver.c | 8506 ------------------------------------ > drivers/staging/dgap/dgap_driver.h | 1504 ------- > 5 files changed, 10010 insertions(+), 10014 deletions(-) > create mode 100644 drivers/staging/dgap/dgap.c > create mode 100644 drivers/staging/dgap/dgap.h > delete mode 100644 drivers/staging/dgap/dgap_driver.c > delete mode 100644 drivers/staging/dgap/dgap_driver.h There are a bunch of compiler warnings about unused static functions in this code now, after this series. Can you send me some follow-on patches to fix that up? thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel