Skip to content

Commit

Permalink
net/802/fddi.c: add MODULE_LICENSE
Browse files Browse the repository at this point in the history
This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
AdrianBunk authored and davem330 committed Apr 7, 2009
1 parent 29ebd9a commit d9677a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/802/fddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,5 @@ struct net_device *alloc_fddidev(int sizeof_priv)
return alloc_netdev(sizeof_priv, "fddi%d", fddi_setup);
}
EXPORT_SYMBOL(alloc_fddidev);

MODULE_LICENSE("GPL");

0 comments on commit d9677a4

Please sign in to comment.