[U-Boot] [PATCH ARM] Clean-up of s3c24x0 header files

2009-11-03 Thread kevin.morf...@fearnside-systems.co.uk
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.

Re: [U-Boot] [PATCH ARM] Clean-up of s3c24x0 header files

2009-11-03 Thread kevin.morf...@fearnside-systems.co.uk
Minkyu Kang wrote: Dear Kevin Morfitt 2009/11/3 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Cleans up the s3c24x0 header files: Thank you for patch s4c24x0.h: removes the use of 'volatile' from the S3C24X0_REG8, S3C24X0_REG16 and S3C24X0_REG32