]> git.baikalelectronics.ru Git - kernel.git/commit
media: mc/Kconfig: remove staging dependency for request API
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 17 Apr 2020 06:55:01 +0000 (08:55 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 17 Apr 2020 06:57:39 +0000 (08:57 +0200)
commit55a275430d759c9931f6312c42095e7576370e00
tree0ab10b6dec597e8b852a6c5a8c07d115ba588c15
parente3f6bf1ead7b6aa7989863ab5279b8f44b2d7dbb
media: mc/Kconfig: remove staging dependency for request API

When the request API got merged, only drivers at staging were
using it. As we wanted to be able to do future changes on it,
we added an artificial depends on STAGING_MEDIA.

Yet, request API is there for quite some time now, and
didn't suffer any API breakages during this time. So, drop
this.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Suggested-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/mc/Kconfig