net: fill in MODULE_DESCRIPTION()s for ppp
[linux-2.6-microblaze.git] / drivers / net / ppp / ppp_synctty.c
index 52d05ce..45bf59a 100644 (file)
@@ -724,5 +724,6 @@ ppp_sync_cleanup(void)
 
 module_init(ppp_sync_init);
 module_exit(ppp_sync_cleanup);
+MODULE_DESCRIPTION("PPP synchronous TTY channel module");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_LDISC(N_SYNC_PPP);