mirror of https://gitee.com/openkylin/linux.git
media: tuner-core: Remove unused #define PREFIX
Commit 680d87c0a9
("[media] tuner-core: use pr_foo, instead of
internal printk macros") removed the use of PREFIX, remove the #define
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
f1bd9bd69b
commit
7ee88f8c6b
|
@ -43,8 +43,6 @@
|
||||||
|
|
||||||
#define UNSET (-1U)
|
#define UNSET (-1U)
|
||||||
|
|
||||||
#define PREFIX (t->i2c->dev.driver->name)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Driver modprobe parameters
|
* Driver modprobe parameters
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue