mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fix ata_at91_alloc_resource to use rman_res_t.
Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
639e990770
commit
30add35afa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308526
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue