Hi, On Fri, Jul 29, 2011 at 06:07:17PM -0500, Menon, Nishanth wrote: > On Fri, Jul 29, 2011 at 09:05, Felipe Balbi wrote: > > > >> +} > >> +EXPORT_SYMBOL(omap_hwmod_name_get_odev); > > > > maybe EXPORT_SYMBOL_GPL() ?? Not sure we want non-GPL code to access > > this ;-) > > Sure.. but is this the way we want to go? if yes, I can post the > series in a formal way to the list. I would expect so, but if there are concerns of other non-GPL drivers needing this, you can at least use: EXPORT_SYMBOL_GPL_FUTURE(); this would allow you to catch non-GPL drivers accessing this symbol. -- balbi