]> rtime.felk.cvut.cz Git - lincan.git/commitdiff
repair: sh7760 cannot be loaded as modules (Wrong params)
authortermitt <termitt>
Sat, 29 Mar 2008 19:25:45 +0000 (19:25 +0000)
committertermitt <termitt>
Sat, 29 Mar 2008 19:25:45 +0000 (19:25 +0000)
lincan/src/boardlist.c

index c913a5dedd00d2fa1c222cceb8fa23fe3068979a..a7cef368669dfb126f1def6836ad50049c605323 100644 (file)
@@ -152,6 +152,9 @@ const struct boardtype_t can_boardtypes[]={
     #if defined(CONFIG_OC_LINCAN_CARD_ns_dev_can)
        {"ns_dev", ns_dev_register, 1},
     #endif
+    #if defined(CONFIG_OC_LINCAN_CARD_sh7760)
+       {"sh7760", sh7760_register, 2},
+    #endif
     #if defined(CONFIG_OC_LINCAN_CARD_hms30c7202_can)
        {"hms30c7202", hms30c7202_register, 1},
     #endif