diff options
Diffstat (limited to 'drivers/mtd/devices/mtd_dataflash.c')
-rw-r--r-- | drivers/mtd/devices/mtd_dataflash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/mtd_dataflash.c b/drivers/mtd/devices/mtd_dataflash.c index 17c9b20dca87..90161277902b 100644 --- a/drivers/mtd/devices/mtd_dataflash.c +++ b/drivers/mtd/devices/mtd_dataflash.c | |||
@@ -618,7 +618,7 @@ static char *otp_setup(struct mtd_info *device, char revision) | |||
618 | 618 | ||
619 | #else | 619 | #else |
620 | 620 | ||
621 | static char *otp_setup(struct mtd_info *device) | 621 | static char *otp_setup(struct mtd_info *device, char revision) |
622 | { | 622 | { |
623 | return " (OTP)"; | 623 | return " (OTP)"; |
624 | } | 624 | } |