Skip to content

Commit

Permalink
[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
ralfbaechle authored and davem330 committed May 4, 2006
1 parent 3f07231 commit 86cfcb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion net/netrom/nr_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ static struct net_device_stats *nr_get_stats(struct net_device *dev)

void nr_setup(struct net_device *dev)
{
SET_MODULE_OWNER(dev);
dev->mtu = NR_MAX_PACKET_SIZE;
dev->hard_start_xmit = nr_xmit;
dev->open = nr_open;
Expand Down
1 change: 0 additions & 1 deletion net/rose/rose_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ static struct net_device_stats *rose_get_stats(struct net_device *dev)

void rose_setup(struct net_device *dev)
{
SET_MODULE_OWNER(dev);
dev->mtu = ROSE_MAX_PACKET_SIZE - 2;
dev->hard_start_xmit = rose_xmit;
dev->open = rose_open;
Expand Down

0 comments on commit 86cfcb9

Please sign in to comment.