staging: vt6655: Delete tmacro.h
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sat, 16 Apr 2022 19:16:22 +0000 (21:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2022 16:39:47 +0000 (18:39 +0200)
commitb8ce0acfa4ed6c57f3daad2a654ee4ab595daf6b
tree48d4220a496509d0d4e5063b69f6b1a19a084b1e
parente5f45b011e4a86d62fb3d9d9a634ec30a3027649
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>
drivers/staging/vt6655/baseband.c
drivers/staging/vt6655/card.c
drivers/staging/vt6655/key.c
drivers/staging/vt6655/mac.c
drivers/staging/vt6655/mac.h
drivers/staging/vt6655/srom.c
drivers/staging/vt6655/tmacro.h [deleted file]