]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
correct a syntax typo in at91_matrix.h
authorAsen Dimov <dimov@ronetix.at>
Thu, 18 Mar 2010 11:41:47 +0000 (13:41 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 21 Mar 2010 21:22:53 +0000 (22:22 +0100)
Signed-off-by: Asen Dimov <dimov@ronetix.at>
include/asm-arm/arch-at91/at91_matrix.h

index 9b3c110f525a8f2f97a7f2b131694cf23f3af185..981ec2029ca560c4e5970638ef59127e2126367e 100644 (file)
@@ -80,7 +80,7 @@ typedef struct at91_matrix {
        u32             mrcr;           /* 0x100 Master Remap Control */
        u32             reserve4[3];
 #if    defined(CONFIG_AT91SAM9G45)
-       u32             ccr[52]         /* 0x110 - 0x1E0 Chip Configuration */
+       u32             ccr[52];        /* 0x110 - 0x1E0 Chip Configuration */
        u32             womr;           /* 0x1E4 Write Protect Mode  */
        u32             wpsr;           /* 0x1E8 Write Protect Status */
        u32             resg45_1[10];