Commit 5a71c61b authored by Joe Perches's avatar Joe Perches Committed by Benjamin Herrenschmidt

drivers/char/hvc_vio: Use static const char arrays

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Reviewed-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment