[pisa-src] r2132 - trunk/kernel/pisa.c

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 12 Mar 2010 18:18:02 +0100

Author: gherzan
Date: Fri Mar 12 18:18:01 2010
New Revision: 2132

Log:
kpisa: add missing semicolon. Embarassing...

Modified:
   trunk/kernel/pisa.c

Modified: trunk/kernel/pisa.c
==============================================================================
--- trunk/kernel/pisa.c Fri Mar 12 18:03:58 2010        (r2131)
+++ trunk/kernel/pisa.c Fri Mar 12 18:18:01 2010        (r2132)
@@ -22,7 +22,7 @@
  * The following typedef is provided for backward compatibility.
  */
 #ifndef netdev_tx_t
-typedef int netdev_tx_t
+typedef int netdev_tx_t;
 #endif
 
 #define PISA_QUEUE_SIZE                1000

Other related posts:

  • » [pisa-src] r2132 - trunk/kernel/pisa.c - Mircea Gherzan