*     psb_gtt_insert  -       put an object into the GTT
  *     @dev: our DRM device
  *     @r: our GTT range
+ *     @resume: on resume
  *
  *     Take our preallocated GTT range and insert the GEM object into
  *     the GTT. This is protected via the gtt mutex which the caller
  *     @len: length (bytes) of address space required
  *     @name: resource name
  *     @backed: resource should be backed by stolen pages
+ *     @align: requested alignment
  *
  *     Ask the kernel core to find us a suitable range of addresses
  *     to use for a GTT mapping.