Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

drivers/char/hvc_vio: Use static const char arrays

parent 56e640de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"},