From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <530C6222.6070502@compro.net> Date: Tue, 25 Feb 2014 04:28:02 -0500 From: Mark Hounschell Reply-To: markh@compro.net MIME-Version: 1.0 Subject: Re: [PATCH 18/19] staging: dgap: Rename driver References: <1392833535-25652-1-git-send-email-markh@compro.net> <1392833535-25652-19-git-send-email-markh@compro.net> <68915035.102521.1393289271910.JavaMail.root@mx2.compro.net> In-Reply-To: <68915035.102521.1393289271910.JavaMail.root@mx2.compro.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-ID: To: Greg Kroah-Hartman Cc: driverdev-devel@linuxdriverproject.org On 02/24/2014 07:49 PM, Greg Kroah-Hartman wrote: > 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? > Yes, I was waiting for this email before going further. There will be more coming. Thanks Mark