On Tue, Mar 04, 2014 at 07:58:05AM -0600, Ken Cox wrote:
> +EXPORT_SYMBOL_GPL(proc_CreateType);

You have some _very_ generic symbols that you are now exporting.

Here's another funny one:

> +int hexDumpWordsToBuffer(char *dest,
> +                      int destSize,
> +                      char *prefix,
> +                      uint32_t *src,
> +                      int srcWords,
> +                      int wordsToDumpPerLine)

Be prepared to be forced to make these drivers a module after the 0-day
build system throws up on this stuff...

good luck :)

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

Reply via email to