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? thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel