]> rtime.felk.cvut.cz Git - lincan.git/commitdiff
Merge: repair: sh7760 cannot be loaded as modules (Wrong params)
authorppisa <pisa@cmp.felk.cvut.cz>
Sat, 29 Mar 2008 18:25:00 +0000 (19:25 +0100)
committerppisa <pisa@cmp.felk.cvut.cz>
Sat, 29 Mar 2008 18:25:00 +0000 (19:25 +0100)
Merge commit 'remotes/sf-ocera-lincan/master'

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