• Ben Dooks's avatar
    [ARM PATCH] 2131/1: Add _iomem to the IO string functions · ee0f2f9e
    Ben Dooks authored
    Patch from Ben Dooks
    
    This patch stops mtd from generating problems of
    casting pointers to ints, due to the memcpy_fromio
    and related functions all taking `unsigned long`
    for their IO addresses.
    
    Replace `unsigned long` with `void __iomem *`
    
    Compiled clean on arch-s3c2410
    
    Signed-off-by: Ben Dooks 
    ee0f2f9e
io.h 9.8 KB