aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2002-04-28 05:52:10 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-04-28 05:52:10 -0700
commite66d591500da68d8ab104d2567e0e114d8634cd1 (patch)
tree3246c389fb6e135fefda4b725d0104703c2b78ed
parent65f7687d9d86676350a9fbf303a061079737bcf5 (diff)
downloadhistory-e66d591500da68d8ab104d2567e0e114d8634cd1.tar.gz
Refix broken bitop target that got re-broken by the CVS mergev2.5.11
-rw-r--r--include/sound/mpu401.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/mpu401.h b/include/sound/mpu401.h
index 1fe8d484c4d83..f619168269359 100644
--- a/include/sound/mpu401.h
+++ b/include/sound/mpu401.h
@@ -67,7 +67,7 @@ struct _snd_mpu401 {
int irq; /* IRQ number of MPU-401 chip (-1 = poll) */
int irq_flags;
- unsigned int mode; /* MPU401_MODE_XXXX */
+ unsigned long mode; /* MPU401_MODE_XXXX */
int timer_invoked;
int (*open_input) (mpu401_t * mpu);