On 03/04/2014 06:54 PM, Greg KH wrote:
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...
I will go through and rename these exported symbols to something unique.
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to