vcsm: Fix makefile include on out-of-tree builds
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Mon, 18 Mar 2019 17:14:51 +0000 (17:14 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:22 +0000 (00:08 +0100)
commitf415f6d9a61b6caadcd09d3816179ee31e43e835
tree5561a405dc116d1acb80a1d6edbc7dfae52f1a45
parent1759549b7c16e0bc47b821ca788a1462448db495
vcsm: Fix makefile include on out-of-tree builds

The vc_sm module tries to include the 'fs' directory from the
$(srctree). $(srctree) is already provided by the build system, and
causes the include path to be duplicated.

With -Werror this fails to compile.

Remove the unnecessary variable.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
drivers/char/broadcom/vc_sm/Makefile