]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6656: vt6655: removing unused macros definition Makefiles
authorMatej Dujava <mdujava@kocurkovo.cz>
Wed, 13 May 2020 19:15:50 +0000 (21:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 May 2020 13:49:13 +0000 (15:49 +0200)
commitdd393b2f34ee9d5d420903c0b5fb8c89aaa30396
tree635773d90b99beacaaeee78107851ff3583b08e2
parent7bec32f7ce8612015992a5c684a159716a9a8589
staging: vt6656: vt6655: removing unused macros definition Makefiles

This patch is removing definition of CFLAGS in Makefile of vt6656 and
vt6655, as those are defining macros that are not used. This will remove
undef of one macro from vt6655/device_main.c, as it is only undef and it is
not used anywhere else, so it is safe to remove it.

Macros are removed from vt665x/Makefile and vt6655/device_main.c.

Signed-off-by: Matej Dujava <mdujava@kocurkovo.cz>
Link: https://lore.kernel.org/r/1589397351-24655-2-git-send-email-mdujava@kocurkovo.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/Makefile
drivers/staging/vt6655/device_main.c
drivers/staging/vt6656/Makefile