Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42741
b: refs/heads/master
c: 8210fd2
h: refs/heads/master
i:
  42739: 999d228
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Dec 7, 2006
1 parent 0931ac2 commit ee44af8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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: e46962fdd28f8b30b465e507b657627aa4c1a409
refs/heads/master: 8210fd2a9fe4b36e99ab777a1a81eb47b703c235
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/daemon_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ static int register_daemon(void)
return 0;
}

__initcall(register_daemon);
late_initcall(register_daemon);
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/mcast_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ static int register_mcast(void)
return 0;
}

__initcall(register_mcast);
late_initcall(register_mcast);
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/pcap_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ static int register_pcap(void)
return 0;
}

__initcall(register_pcap);
late_initcall(register_pcap);
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/slip_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ static int register_slip(void)
return 0;
}

__initcall(register_slip);
late_initcall(register_slip);
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/slirp_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ static int register_slirp(void)
return 0;
}

__initcall(register_slirp);
late_initcall(register_slirp);
2 changes: 1 addition & 1 deletion trunk/arch/um/os-Linux/drivers/ethertap_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ static int register_ethertap(void)
return 0;
}

__initcall(register_ethertap);
late_initcall(register_ethertap);
2 changes: 1 addition & 1 deletion trunk/arch/um/os-Linux/drivers/tuntap_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ static int register_tuntap(void)
return 0;
}

__initcall(register_tuntap);
late_initcall(register_tuntap);

0 comments on commit ee44af8

Please sign in to comment.