This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / stallion.h
index af82bd6..13a37f1 100644 (file)
@@ -21,8 +21,6 @@
  *     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <linux/version.h>
-
 /*****************************************************************************/
 #ifndef        _STALLION_H
 #define        _STALLION_H
@@ -126,7 +124,7 @@ typedef struct stlbrd {
        int             nrbnks;
        int             irq;
        int             irqtype;
-       void            (*isr)(struct stlbrd *brdp);
+       int             (*isr)(struct stlbrd *brdp);
        unsigned int    ioaddr1;
        unsigned int    ioaddr2;
        unsigned int    iosize1;