[PATCH 05/19] bus/cdx: add cdx controller
Greg KH
gregkh at linuxfoundation.org
Tue Jan 17 06:10:18 PST 2023
On Tue, Jan 17, 2023 at 07:11:37PM +0530, Nipun Gupta wrote:
> --- /dev/null
> +++ b/drivers/bus/cdx/controller/cdx_controller.c
> @@ -0,0 +1,243 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Platform driver for CDX bus controller.
Why is this a platform driver? Shouldn't it also be on some type of bus
so that you can find it?
> +MODULE_VERSION("1.0");
There's never need for any module versions once the code is in the
kernel tree as then they make no sense at all. Please drop them from
this series.
thanks,
greg k-h
More information about the linux-arm-kernel
mailing list