Skip to content

drm/lima: include pagemap.h for implicit declared mapping_set_gfp_mask

Qiang Yu requested to merge mmind:pagemapfix into lima-4.13

Created by: mmind

While arm32 seems to get this include implicitly, on arm64 it is missing, so results in a compile-time error. Fix that by adding the missing include.

Merge request reports