commit | 58f1b6266bd39694f157648025f5c239edf23766 | [log] [tgz] |
---|---|---|
author | kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk> | Wed Nov 04 17:49:31 2009 +0900 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Tue Nov 10 11:12:14 2009 +0900 |
tree | e8fd17ecab45e481e54b6d44ecd5831c72baf3ba | |
parent | a5d22713d7eb4992573b77af7f7a14c8fee21c5b [diff] |
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>