Fix ata_at91_alloc_resource to use rman_res_t.
Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
68ba24436b
commit
9680845cca
@ -114,7 +114,7 @@ at91_cfata_detach(device_t dev)
|
||||
|
||||
static struct resource *
|
||||
ata_at91_alloc_resource(device_t dev, device_t child, int type, int *rid,
|
||||
u_long start, u_long end, u_long count, u_int flags)
|
||||
rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
|
||||
{
|
||||
struct at91_cfata_softc *sc = device_get_softc(dev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user