Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95397
b: refs/heads/master
c: 45e741b
h: refs/heads/master
i:
  95395: eeedc69
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Apr 30, 2008
1 parent bb3877e commit 50ba283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: eff0dee54674a449e7f160aad9f3e0d38e6983eb
refs/heads/master: 45e741b89000519bedd4da4e7075a35acf5c655b
8 changes: 4 additions & 4 deletions trunk/net/ipv4/ipconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,12 @@ static struct packet_type rarp_packet_type __initdata = {
.func = ic_rarp_recv,
};

static inline void ic_rarp_init(void)
static inline void __init ic_rarp_init(void)
{
dev_add_pack(&rarp_packet_type);
}

static inline void ic_rarp_cleanup(void)
static inline void __init ic_rarp_cleanup(void)
{
dev_remove_pack(&rarp_packet_type);
}
Expand Down Expand Up @@ -682,7 +682,7 @@ static void __init ic_bootp_init_ext(u8 *e)
/*
* Initialize the DHCP/BOOTP mechanism.
*/
static inline void ic_bootp_init(void)
static inline void __init ic_bootp_init(void)
{
int i;

Expand All @@ -696,7 +696,7 @@ static inline void ic_bootp_init(void)
/*
* DHCP/BOOTP cleanup.
*/
static inline void ic_bootp_cleanup(void)
static inline void __init ic_bootp_cleanup(void)
{
dev_remove_pack(&bootp_packet_type);
}
Expand Down

0 comments on commit 50ba283

Please sign in to comment.