Here's a short series of patches to fix up some header file issues in the kpc2000 drivers, as well as move them from subdirectories for individual files, to live in the "main" directory, saving some linking and directory traversal steps in the build. Greg Kroah-Hartman (10): staging: kpc2000: fix coding style in uapi.h staging: kpc2000: remove kp200_module.c file staging: kpc2000: remove fileops.c file. staging: kpc2000: remove lock_card/unlock_card functions staging: kpc2000: fix coding style in pcie.h staging: kpc2000: remove spi_parts.h staging: kpc2000: move the spi driver out of its subdirectory staging: kpc2000: move the i2c driver out of its subdirectory staging: kpc2000: dma_common_defs.h: remove unused inline functions staging: kpc2000: remove SetBackEndControl() function drivers/staging/kpc2000/Makefile | 4 +- drivers/staging/kpc2000/kpc2000/Makefile | 2 +- drivers/staging/kpc2000/kpc2000/cell_probe.c | 4 +- drivers/staging/kpc2000/kpc2000/core.c | 177 ++++++++++++++++-- .../staging/kpc2000/kpc2000/dma_common_defs.h | 19 -- drivers/staging/kpc2000/kpc2000/fileops.c | 123 ------------ .../staging/kpc2000/kpc2000/kp2000_module.c | 54 ------ drivers/staging/kpc2000/kpc2000/pcie.h | 125 ++++++------- drivers/staging/kpc2000/kpc2000/uapi.h | 22 +-- .../{kpc_i2c/i2c_driver.c => kpc2000_i2c.c} | 2 +- .../{kpc_spi/spi_driver.c => kpc2000_spi.c} | 45 ++++- drivers/staging/kpc2000/kpc_i2c/Makefile | 4 - drivers/staging/kpc2000/kpc_spi/Makefile | 4 - drivers/staging/kpc2000/kpc_spi/spi_parts.h | 48 ----- 14 files changed, 277 insertions(+), 356 deletions(-) delete mode 100644 drivers/staging/kpc2000/kpc2000/fileops.c delete mode 100644 drivers/staging/kpc2000/kpc2000/kp2000_module.c rename drivers/staging/kpc2000/{kpc_i2c/i2c_driver.c => kpc2000_i2c.c} (99%) rename drivers/staging/kpc2000/{kpc_spi/spi_driver.c => kpc2000_spi.c} (90%) delete mode 100644 drivers/staging/kpc2000/kpc_i2c/Makefile delete mode 100644 drivers/staging/kpc2000/kpc_spi/Makefile delete mode 100644 drivers/staging/kpc2000/kpc_spi/spi_parts.h -- 2.21.0 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel