The patch titled
ixp4xx compile error
has been removed from the -mm tree. Its filename was
ixp4xx-compile-error-was-re-2621-mm2.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: ixp4xx compile error
From: Frederik Deweerdt <[EMAIL PROTECTED]>
drivers/input/misc/ixp4xx-beeper.c: In function 'ixp4xx_spkr_event':
drivers/input/misc/ixp4xx-beeper.c:54: error: 'input_dev' undeclared (first use
in this function)
drivers/input/misc/ixp4xx-beeper.c:54: error: (Each undeclared identifier is
reported only once
drivers/input/misc/ixp4xx-beeper.c:54: error: for each function it appears in.)
Signed-off-by: Frederik Deweerdt <[EMAIL PROTECTED]>
Acked-by: Dmitry Torokhov <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/input/misc/ixp4xx-beeper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
drivers/input/misc/ixp4xx-beeper.c~ixp4xx-compile-error-was-re-2621-mm2
drivers/input/misc/ixp4xx-beeper.c
--- a/drivers/input/misc/ixp4xx-beeper.c~ixp4xx-compile-error-was-re-2621-mm2
+++ a/drivers/input/misc/ixp4xx-beeper.c
@@ -51,7 +51,7 @@ static void ixp4xx_spkr_control(unsigned
static int ixp4xx_spkr_event(struct input_dev *dev, unsigned int type,
unsigned int code, int value)
{
- unsigned int pin = (unsigned int) input_get_drvdata(input_dev);
+ unsigned int pin = (unsigned int) input_get_drvdata(dev);
unsigned int count = 0;
if (type != EV_SND)
diff -puN /dev/null /dev/null
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
arm-export-csum_partial_copy_from_user.patch
revoke-core-code.patch
reiser4-sb_sync_inodes.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html