Skip to content

Commit

Permalink
net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
Browse files Browse the repository at this point in the history
It is required to build it as a module.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Valentin Longchamp authored and David S. Miller committed Feb 17, 2017
1 parent d2c5829 commit 74179d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wan/fsl_ucc_hdlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1175,3 +1175,4 @@ static struct platform_driver ucc_hdlc_driver = {
};

module_platform_driver(ucc_hdlc_driver);
MODULE_LICENSE("GPL");

0 comments on commit 74179d4

Please sign in to comment.