]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Clean-up of s3c24x0 header files
authorkevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
Wed, 4 Nov 2009 08:49:31 +0000 (17:49 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 10 Nov 2009 02:12:14 +0000 (11:12 +0900)
commit288822372010272ad8ef5b0cd53cf0cd5ab18680
treee8fd17ecab45e481e54b6d44ecd5831c72baf3ba
parentb6d8992cbbe5f04c11f7e6e09c09ae1a031d8720
Clean-up of s3c24x0 header files

Cleans up the s3c24x0 header files:

s4c24x0.h: removes the use of 'volatile' from the S3C24X0_REG8,
S3C24X0_REG16 and S3C24X0_REG32 register typedef's. Registers are always
accessed using the IO accessor functions which cast the register address
as 'volatile' anyway so it isn't required here.

s3c2400.h and s3c2410.h: insert a blank line between the static inline
functions

Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
board/mpl/vcma9/vcma9.h
include/asm-arm/arch-s3c24x0/s3c2400.h
include/asm-arm/arch-s3c24x0/s3c2410.h
include/asm-arm/arch-s3c24x0/s3c24x0.h