summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-s3c64xx
diff options
context:
space:
mode:
authorkevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>2009-11-03 18:08:41 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2009-11-04 14:02:49 +0900
commit17ab301c93e8e485068966fb0171d3a6af8c0692 (patch)
tree192f94e952ce4fbcc2b517db7f77f7eb806534bb /include/asm-arm/arch-s3c64xx
parent0bf7de838096e804f0cece8f2d94905477381b6e (diff)
downloadu-boot-imx-17ab301c93e8e485068966fb0171d3a6af8c0692.zip
u-boot-imx-17ab301c93e8e485068966fb0171d3a6af8c0692.tar.gz
u-boot-imx-17ab301c93e8e485068966fb0171d3a6af8c0692.tar.bz2
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
This patch moves the s3c24x0 header files from include/ to include/asm-arm/arch-s3c24x0/. checkpatch.pl showed 2 errors and 3 warnings. The 2 errors were both due to a non-UTF8 character in David M?ller's name: ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8 #489: FILE: include/asm-arm/arch-s3c24x0/s3c2410.h:3: + * David M?ller ELSOFT AG Switzerland. d.mueller@elsoft.ch As David's name correctly contains a non-UTF8 character I haven't fixed these errors. The 3 warnings were all because of the use of 'volatile' in s3c24x0.h: WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt #673: FILE: include/asm-arm/arch-s3c24x0/s3c24x0.h:35: +typedef volatile u8 S3C24X0_REG8; +typedef volatile u16 S3C24X0_REG16; +typedef volatile u32 S3C24X0_REG32; I'll fix these errors in another patch. Tested by running MAKEALL for ARM8 targets and ensuring there were no new errors or warnings. Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/asm-arm/arch-s3c64xx')
0 files changed, 0 insertions, 0 deletions