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>
Showing
- board/mpl/vcma9/vcma9.c 1 addition, 1 deletionboard/mpl/vcma9/vcma9.c
- board/mpl/vcma9/vcma9.h 1 addition, 1 deletionboard/mpl/vcma9/vcma9.h
- board/samsung/smdk2400/smdk2400.c 1 addition, 1 deletionboard/samsung/smdk2400/smdk2400.c
- board/samsung/smdk2410/smdk2410.c 1 addition, 1 deletionboard/samsung/smdk2410/smdk2410.c
- board/sbc2410x/sbc2410x.c 1 addition, 1 deletionboard/sbc2410x/sbc2410x.c
- board/trab/cmd_trab.c 1 addition, 1 deletionboard/trab/cmd_trab.c
- board/trab/rs485.c 1 addition, 1 deletionboard/trab/rs485.c
- board/trab/rs485.h 1 addition, 1 deletionboard/trab/rs485.h
- board/trab/trab.c 1 addition, 1 deletionboard/trab/trab.c
- board/trab/trab_fkt.c 1 addition, 1 deletionboard/trab/trab_fkt.c
- board/trab/tsc2000.c 1 addition, 1 deletionboard/trab/tsc2000.c
- board/trab/vfd.c 1 addition, 1 deletionboard/trab/vfd.c
- cpu/arm920t/s3c24x0/interrupts.c 2 additions, 2 deletionscpu/arm920t/s3c24x0/interrupts.c
- cpu/arm920t/s3c24x0/speed.c 2 additions, 2 deletionscpu/arm920t/s3c24x0/speed.c
- cpu/arm920t/s3c24x0/timer.c 2 additions, 2 deletionscpu/arm920t/s3c24x0/timer.c
- cpu/arm920t/s3c24x0/usb.c 2 additions, 2 deletionscpu/arm920t/s3c24x0/usb.c
- cpu/arm920t/s3c24x0/usb_ohci.c 2 additions, 2 deletionscpu/arm920t/s3c24x0/usb_ohci.c
- drivers/i2c/s3c24x0_i2c.c 2 additions, 2 deletionsdrivers/i2c/s3c24x0_i2c.c
- drivers/mtd/nand/s3c2410_nand.c 1 addition, 1 deletiondrivers/mtd/nand/s3c2410_nand.c
- drivers/rtc/s3c24x0_rtc.c 2 additions, 2 deletionsdrivers/rtc/s3c24x0_rtc.c
Loading
Please register or sign in to comment