Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26062897 authored by Sebastian Siewior's avatar Sebastian Siewior Committed by David S. Miller
Browse files

net/fsl_pq_mdio: add module license GPL



or it will taint the kernel and fail to load becuase
of_address_to_resource() is GPL only.

Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 53a0ef86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -427,3 +427,4 @@ void fsl_pq_mdio_exit(void)
	of_unregister_platform_driver(&fsl_pq_mdio_driver);
}
module_exit(fsl_pq_mdio_exit);
MODULE_LICENSE("GPL");