Re: [RFC PATCH 02/13] switchtec: export class symbol for use in upper layer driver

From: Logan Gunthorpe
Date: Sat Jun 17 2017 - 12:17:11 EST




On 16/06/17 11:11 PM, Greg Kroah-Hartman wrote:
> EXPORT_SYMBOL_GPL()?
>
> And do you really have to move from a dynamic class to a static one? I
> know it will work just the same, but I hate seeing static structures
> that have reference counts on them :)

I'll change both for v1. I didn't really need a static one. I just saw
an example of some other user of class_interface which and it seemed
appropriate.

Logan