diff options
author | David Kershner <david.kershner@unisys.com> | 2018-01-31 11:41:13 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-02-16 15:42:22 +0100 |
commit | 33384891ce1a480f9bc581f804e6a0ae40f8fd1e (patch) | |
tree | 278f4975d7555cbd20d3715c9d272bda624ea705 /drivers/staging/unisys | |
parent | 385a9cb3471c79289a1ee90dd2c381405d3615d9 (diff) |
staging: unisys: visorinput: Clean up Makefile includes
The driver no longer needs to include drivers/staging/unisys/include, so we
can get rid of it.
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r-- | drivers/staging/unisys/visorinput/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorinput/Makefile b/drivers/staging/unisys/visorinput/Makefile index beedca7f0e09..6e4bfa059a1f 100644 --- a/drivers/staging/unisys/visorinput/Makefile +++ b/drivers/staging/unisys/visorinput/Makefile @@ -4,4 +4,3 @@ obj-$(CONFIG_UNISYS_VISORINPUT) += visorinput.o -ccflags-y += -Idrivers/staging/unisys/include |