From: David Kershner Date: Wed, 31 Jan 2018 16:41:13 +0000 (-0500) Subject: staging: unisys: visorinput: Clean up Makefile includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=33384891ce1a480f9bc581f804e6a0ae40f8fd1e;p=linux.git 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 Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorinput/Makefile b/drivers/staging/unisys/visorinput/Makefile index beedca7f0e09e..6e4bfa059a1fa 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