Skip to content

Commit

Permalink
drivers/char/hvc_vio: Use static const char arrays
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <[email protected]>
Reviewed-by: Stephen Rothwell <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
JoePerches authored and ozbenh committed Nov 29, 2010
1 parent 56e640d commit 5a71c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/hvc_vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 5a71c61

Please sign in to comment.