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

Greg Kroah-Hartman gregkh at linuxfoundation.org
Tue Feb 25 00:49:24 UTC 2014


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?

thanks,

greg k-h


More information about the devel mailing list