Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26529
b: refs/heads/master
c: f530937
h: refs/heads/master
i:
  26527: c5140ea
v: v3
  • Loading branch information
Ralf Baechle authored and David S. Miller committed May 6, 2006
1 parent 711eb39 commit 81bd244
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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: 134af34632a7b3b0a98a79a2e56bf9cc927e0eac
refs/heads/master: f530937b2cccdb131cb459977943c98421ab09b3
3 changes: 0 additions & 3 deletions trunk/net/netrom/af_netrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,8 +1370,6 @@ static struct notifier_block nr_dev_notifier = {

static struct net_device **dev_nr;

static char banner[] __initdata = KERN_INFO "G4KLX NET/ROM for Linux. Version 0.7 for AX25.037 Linux 2.4\n";

static int __init nr_proto_init(void)
{
int i;
Expand Down Expand Up @@ -1419,7 +1417,6 @@ static int __init nr_proto_init(void)
}

register_netdevice_notifier(&nr_dev_notifier);
printk(banner);

ax25_protocol_register(AX25_P_NETROM, nr_route_frame);
ax25_linkfail_register(nr_link_failed);
Expand Down
3 changes: 0 additions & 3 deletions trunk/net/rose/af_rose.c
Original file line number Diff line number Diff line change
Expand Up @@ -1469,8 +1469,6 @@ static struct notifier_block rose_dev_notifier = {

static struct net_device **dev_rose;

static const char banner[] = KERN_INFO "F6FBB/G4KLX ROSE for Linux. Version 0.62 for AX25.037 Linux 2.4\n";

static int __init rose_proto_init(void)
{
int i;
Expand Down Expand Up @@ -1519,7 +1517,6 @@ static int __init rose_proto_init(void)

sock_register(&rose_family_ops);
register_netdevice_notifier(&rose_dev_notifier);
printk(banner);

ax25_protocol_register(AX25_P_ROSE, rose_route_frame);
ax25_linkfail_register(rose_link_failed);
Expand Down

0 comments on commit 81bd244

Please sign in to comment.