summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/card.c
diff options
context:
space:
mode:
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>2022-04-16 21:16:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-20 18:39:47 +0200
commitb8ce0acfa4ed6c57f3daad2a654ee4ab595daf6b (patch)
tree48d4220a496509d0d4e5063b69f6b1a19a084b1e /drivers/staging/vt6655/card.c
parente5f45b011e4a86d62fb3d9d9a634ec30a3027649 (diff)
downloadlinux-stable-b8ce0acfa4ed6c57f3daad2a654ee4ab595daf6b.tar.gz
linux-stable-b8ce0acfa4ed6c57f3daad2a654ee4ab595daf6b.tar.bz2
linux-stable-b8ce0acfa4ed6c57f3daad2a654ee4ab595daf6b.zip
staging: vt6655: Delete tmacro.h
Relocate the only macro MAKEWORD that is in use and remove file tmacro.h. File needs to be changed anyhow because of use of CamelCase which is not accepted by checkpatch.pl. Reduced code provides a better overview. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20220416191622.GA11596@matrix-ESPRIMO-P710 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/card.c')
-rw-r--r--drivers/staging/vt6655/card.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
index 1110366fc415..6386f355cd78 100644
--- a/drivers/staging/vt6655/card.c
+++ b/drivers/staging/vt6655/card.c
@@ -24,7 +24,6 @@
*
*/
-#include "tmacro.h"
#include "card.h"
#include "baseband.h"
#include "mac.h"