[PATCH 02/10] staging: kp2000: remove kp200_module.c file

Greg Kroah-Hartman gregkh at linuxfoundation.org
Fri May 17 09:18:16 UTC 2019


On Fri, May 17, 2019 at 10:49:36AM +0200, Greg Kroah-Hartman wrote:
> The kp200_module.c does not need to be stand-alone, so move it into the
> core.c file.  This lets us make some functions static, reducing the
> global namespace of the driver.
> 
> Cc: Matt Sickler <Matt.Sickler at daktronics.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> ---
>  drivers/staging/kpc2000/kpc2000/Makefile      |  2 +-
>  drivers/staging/kpc2000/kpc2000/core.c        | 44 ++++++++++++++-
>  .../staging/kpc2000/kpc2000/kp2000_module.c   | 54 -------------------
>  drivers/staging/kpc2000/kpc2000/pcie.h        |  2 -
>  4 files changed, 43 insertions(+), 59 deletions(-)
>  delete mode 100644 drivers/staging/kpc2000/kpc2000/kp2000_module.c

two 02/10 patches, my fault, this is the "bad" one and should be
dropped.

thanks,

greg k-h


More information about the devel mailing list