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>
This commit is contained in:
Enric Balletbo i Serra 2019-01-29 10:38:22 +01:00
parent 0e27a11f32
commit d6c7901ba8
1 changed files with 0 additions and 2 deletions

View File

@ -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>