• Kumar Gala's avatar
    [RAPIDIO] Fix compile error and warning · 5febf1cd
    Kumar Gala authored
    drivers/rapidio/rio.c: In function 'rio_get_asm':
    drivers/rapidio/rio.c:413: error: implicit declaration of function 'in_interrupt'
    drivers/rapidio/rio.c: In function 'rio_init_mports':
    drivers/rapidio/rio.c:480: warning: format '%8.8lx' expects type 'long unsigned int', but argument 2 has type 'resource_size_t'
    drivers/rapidio/rio.c:480: warning: format '%8.8lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t'
    Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
    5febf1cd
rio.c 13.8 KB