]> asedeno.scripts.mit.edu Git - linux.git/commit
driver core: platform: Export platform_get_irq_optional()
authorThierry Reding <treding@nvidia.com>
Thu, 29 Aug 2019 07:29:32 +0000 (09:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Aug 2019 10:09:12 +0000 (12:09 +0200)
commitd9430f96c051ede4e4a3d5a20e68518181e9cd3c
tree1f4685af16e1de6d653078dbd5e91da023dfa45a
parent6e7e5c7fbc1c84e4ac657e0cb5bf9ca24492cc8f
driver core: platform: Export platform_get_irq_optional()

This function can be used by modules, so it needs to be exported.

Reported-by: kbuild test robot <lkp@intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/platform.c