]> git.karo-electronics.de Git - linux-beck.git/commit
bus: tegra-aconnect: Make symbol tristate
authorThierry Reding <treding@nvidia.com>
Thu, 30 Jun 2016 15:07:05 +0000 (17:07 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 16 Aug 2016 10:19:25 +0000 (12:19 +0200)
commit2d301c0721f59d20bb82a901ba8fad7b74c95728
tree44a64f1f1a475c8a631b6da73aa1704df1b866b2
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
bus: tegra-aconnect: Make symbol tristate

The driver uses symbols that weren't being exported in earlier versions
of the Linux kernel and hence it had to be made bool. The exports have
been merged into v4.8-rc1, so the driver can now be built as a module
again.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/bus/Kconfig