diff options
| -rw-r--r-- | drivers/net/ethernet/cirrus/cs89x0.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cirrus/cs89x0.c b/drivers/net/ethernet/cirrus/cs89x0.c index 410a0a95130b..b3e7fafee3df 100644 --- a/drivers/net/ethernet/cirrus/cs89x0.c +++ b/drivers/net/ethernet/cirrus/cs89x0.c | |||
| @@ -1913,3 +1913,7 @@ static struct platform_driver cs89x0_driver = { | |||
| 1913 | module_platform_driver_probe(cs89x0_driver, cs89x0_platform_probe); | 1913 | module_platform_driver_probe(cs89x0_driver, cs89x0_platform_probe); |
| 1914 | 1914 | ||
| 1915 | #endif /* CONFIG_CS89x0_PLATFORM */ | 1915 | #endif /* CONFIG_CS89x0_PLATFORM */ |
| 1916 | |||
| 1917 | MODULE_LICENSE("GPL"); | ||
| 1918 | MODULE_DESCRIPTION("Crystal Semiconductor (Now Cirrus Logic) CS89[02]0 network driver"); | ||
| 1919 | MODULE_AUTHOR("Russell Nelson <nelson@crynwr.com>"); | ||
