diff options
| author | Umang Jain <[email protected]> | 2023-10-24 07:44:27 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-10-25 13:01:53 +0200 |
| commit | c1d7fd5f67253e9aac71cb6d7da222dfe43fd9aa (patch) | |
| tree | cd76be833787a92a6c39c0220822cbc63009a7fc | |
| parent | 9748de55a37ee331f33e9c77b9e24025c99156f6 (diff) | |
staging: vc04_services: Drop VCHIQ_LOG_PREFIX macro
The macro is not used anymore, so drop it.
Signed-off-by: Umang Jain <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h index 7a36648d6dad..076c6d9ad56a 100644 --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h @@ -38,8 +38,6 @@ #define VCHIQ_LOG_INFO 6 #define VCHIQ_LOG_TRACE 7 -#define VCHIQ_LOG_PREFIX KERN_INFO "vchiq: " - enum vchiq_log_category { VCHIQ_ARM, VCHIQ_CORE, |