On Fri, Nov 07, 2014 at 12:58:24PM -0500, Ken Depro wrote:
>  While fixing the CamelCase checks for the functions in the chanstub
>  source and header files, I discovered they are no longer being used.
>  This patch removes the two chanstub files, and deletes the #include
>  of these files from uislib.c and uisqueue.c.  It also removes the
>  chanstub.o from the channels Makefile.

Are you sure this patch is correct?  You now have no MODULE_LICENSE or
other MODULE_* information for this module, and you have no
module_init() or _exit calls.  You might not need the init/exit calls,
but you will need the MODULE_LICENSE macro.

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to