Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134615
b: refs/heads/master
c: 5ee0d59
h: refs/heads/master
i:
  134613: f89d2a3
  134611: cc700e4
  134607: 2bbb25f
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 18, 2009
1 parent 93e7e23 commit 71a91f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0227abc9d011892fd13f360b56a7b276ebea8b07
refs/heads/master: 5ee0d59335c551b7d3642f071bb4f3a30c287f59
3 changes: 2 additions & 1 deletion trunk/drivers/net/wan/lapbether.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ static struct notifier_block lapbeth_dev_notifier = {
.notifier_call = lapbeth_device_event,
};

static char banner[] __initdata = KERN_INFO "LAPB Ethernet driver version 0.02\n";
static const char banner[] __initdata =
KERN_INFO "LAPB Ethernet driver version 0.02\n";

static int __init lapbeth_init_driver(void)
{
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/net/wan/z85230.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,8 @@ EXPORT_SYMBOL(z8530_queue_xmit);
/*
* Module support
*/
static char banner[] __initdata = KERN_INFO "Generic Z85C30/Z85230 interface driver v0.02\n";
static const char banner[] __initdata =
KERN_INFO "Generic Z85C30/Z85230 interface driver v0.02\n";

static int __init z85230_init_driver(void)
{
Expand Down

0 comments on commit 71a91f3

Please sign in to comment.