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@xxxxxxxxxx> >> --- >> 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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel