[PATCH 18/19] staging: dgap: Rename driver

Mark Hounschell markh at compro.net
Tue Feb 25 09:28:02 UTC 2014


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 <markh at compro.net>
>> ---
>>  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


More information about the devel mailing list