diff options
Diffstat (limited to 'drivers/misc/gcx/gccore/gcmmu.h')
-rw-r--r-- | drivers/misc/gcx/gccore/gcmmu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/gcx/gccore/gcmmu.h b/drivers/misc/gcx/gccore/gcmmu.h index 226f435..445f7fd 100644 --- a/drivers/misc/gcx/gccore/gcmmu.h +++ b/drivers/misc/gcx/gccore/gcmmu.h @@ -265,6 +265,7 @@ void gcmmu_flush_finalize(struct gccmdbuf *openentry, struct gcmommuflush *flushlogical, unsigned int flushaddress); -enum gcerror gcmmu_fixup(struct gcfixup *fixup, unsigned int *data); +enum gcerror gcmmu_fixup(struct list_head *fixuplist, + unsigned int *data); #endif |