提交 5a71c61b 编写于 作者: J Joe Perches 提交者: Benjamin Herrenschmidt

drivers/char/hvc_vio: Use static const char arrays

Signed-off-by: NJoe Perches <joe@perches.com>
Reviewed-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 56e640de
......@@ -39,7 +39,7 @@
#include "hvc_console.h"
char hvc_driver_name[] = "hvc_console";
static const char hvc_driver_name[] = "hvc_console";
static struct vio_device_id hvc_driver_table[] __devinitdata = {
{"serial", "hvterm1"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册