diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2019-01-29 10:38:22 +0100 |
---|---|---|
committer | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2019-02-01 10:13:06 +0100 |
commit | d6c7901ba88f760f529c07d7b795710dcf3889b7 (patch) | |
tree | baaf1fbe686d4f4846d0835e3acaff4ad9ed6527 /drivers/platform | |
parent | platform/chrome: cros_kbd_led_backlight: switch to SPDX identifier (diff) | |
download | linux-d6c7901ba88f760f529c07d7b795710dcf3889b7.tar.xz linux-d6c7901ba88f760f529c07d7b795710dcf3889b7.zip |
platform/chrome: cros_ec_lightbar: remove pr_fmt() define
This driver no longer has any pr_{level} messages. Remove the pr_fmt().
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/chrome/cros_ec_lightbar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/chrome/cros_ec_lightbar.c b/drivers/platform/chrome/cros_ec_lightbar.c index 37689ad79544..d30a6650b0b5 100644 --- a/drivers/platform/chrome/cros_ec_lightbar.c +++ b/drivers/platform/chrome/cros_ec_lightbar.c @@ -3,8 +3,6 @@ // // Copyright (C) 2014 Google, Inc. -#define pr_fmt(fmt) "cros_ec_lightbar: " fmt - #include <linux/ctype.h> #include <linux/delay.h> #include <linux/device.h> |