Skip to content

Commit

Permalink
[ARM] 4632/1: Fix a typo in include/asm-arm/plat-s3c/regs-nand.h
Browse files Browse the repository at this point in the history
Fix a typo in include/asm-arm/plat-s3c/regs-nand.h.

Signed-off-by: Matt Reimer <mreimer@vpop.net>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Matt Reimer authored and Russell King committed Oct 31, 2007
1 parent a3634d7 commit 9143019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/plat-s3c/regs-nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define S3C2440_NFESTAT1 S3C2410_NFREG(0x28)
#define S3C2440_NFMECC0 S3C2410_NFREG(0x2C)
#define S3C2440_NFMECC1 S3C2410_NFREG(0x30)
#define S3C2440_NFSECC S3C24E10_NFREG(0x34)
#define S3C2440_NFSECC S3C2410_NFREG(0x34)
#define S3C2440_NFSBLK S3C2410_NFREG(0x38)
#define S3C2440_NFEBLK S3C2410_NFREG(0x3C)

Expand Down

0 comments on commit 9143019

Please sign in to comment.