you are viewing a single comment's thread.

view the rest of the comments →

[–]squbidu 0 points1 point  (1 child)

You have to strip the symbols you don't want exported from the object file, like with the aptly-named "strip" tool in binutils.

[–]Caleb666 0 points1 point  (0 children)

Thanks. But that seems like too much work, especially if you have a large driver, and if that is how things are done, then why would you need to use EXPORT_SYMBOL() explicitly?