]> err.no Git - linux-2.6/blobdiff - sound/pci/au88x0/au88x0_mpu401.c
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
[linux-2.6] / sound / pci / au88x0 / au88x0_mpu401.c
index 5a0c53530faee3bc10a5d2a2d8ad387fb88d3b92..0dc8d259d1ed09a708ad8affe38a29dfead7a27f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) by Jaroslav Kysela <perex@perex.cz>
  *  Routines for control of MPU-401 in UART mode
  *
  *   Modified for the Aureal Vortex based Soundcards
@@ -21,7 +21,6 @@
  *
  */
 
-#include <sound/driver.h>
 #include <linux/time.h>
 #include <linux/init.h>
 #include <sound/core.h>
@@ -47,7 +46,7 @@ static int __devinit snd_vortex_midi(vortex_t * vortex)
        struct snd_rawmidi *rmidi;
        int temp, mode;
        struct snd_mpu401 *mpu;
-       int port;
+       unsigned long port;
 
 #ifdef VORTEX_MPU401_LEGACY
        /* EnableHardCodedMPU401Port() */