Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf93ae02 authored by David Brownell's avatar David Brownell Committed by David Woodhouse
Browse files

[MTD] Compile fix for dataflash OTP support



> > linux-next-20080805/drivers/mtd/devices/mtd_dataflash.c: In function 'add_dataflash_otp':
> > linux-next-20080805/drivers/mtd/devices/mtd_dataflash.c:670: error: too many arguments to function 'otp_setup'

Whoops, sorry ... I see what was going on.  My bad.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent e93cafe4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ static char *otp_setup(struct mtd_info *device, char revision)

#else

static char *otp_setup(struct mtd_info *device)
static char *otp_setup(struct mtd_info *device, char revision)
{
	return " (OTP)";
}