summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-08-10 15:37:48 +0300
committerDavid S. Miller <davem@davemloft.net>2021-08-12 11:44:31 +0300
commit48c812e0327744b4965296f65c23fe2405692afc (patch)
treebca0a309435584cd78d9e0bb818ee374400995ff /net
parentb69dd5b3780a7298bd893816a09da751bc0636f7 (diff)
downloadlinux-48c812e0327744b4965296f65c23fe2405692afc.tar.xz
net: mscc: Fix non-GPL export of regmap APIs
The ocelot driver makes use of regmap, wrapping it with driver specific operations that are thin wrappers around the core regmap APIs. These are exported with EXPORT_SYMBOL, dropping the _GPL from the core regmap exports which is frowned upon. Add _GPL suffixes to at least the APIs that are doing register I/O. Signed-off-by: Mark Brown <broonie@kernel.org> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions