]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: get rid of empty GSI functions
authorAlex Elder <elder@linaro.org>
Fri, 9 Apr 2021 18:07:21 +0000 (13:07 -0500)
committerJakub Kicinski <kuba@kernel.org>
Sat, 10 Apr 2021 03:57:25 +0000 (20:57 -0700)
commit57ab8ca42fa07fdbd02828a0b90de704605f70cd
treed167d6d9e5fda6e6d83b64d80bc1440348a37d49
parent74858b63c47cfbacafb26ea9701b26ffa18acd4a
net: ipa: get rid of empty GSI functions

There are place holder functions in the GSI code that do nothing.
Remove these, knowing we can add something back in their place if
they're really needed someday.

Some of these are inverse functions (such as teardown to match setup).
Explicitly comment that there is no inverse in these cases.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c