From: Daniel Vetter Date: Wed, 10 Sep 2014 15:36:10 +0000 (+0200) Subject: drm: Simplify return value of drm_get_last_vbltimestamp X-Git-Tag: fixes-against-v3.18-rc2~73^2~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb446a1acdb981921de06bfde3a2178da7174481;p=pandora-kernel.git drm: Simplify return value of drm_get_last_vbltimestamp Imo u32 hints at a register value, but in reality all callers only care whether the sampled timestamp is precise or not. So give them just a bool. Also move the declaration out of drmP.h, it's only used in drm_irq.c. v2: Also drop the EXPORT_SYMBOL, spotted by Mario. Cc: Mario Kleiner Cc: Ville Syrjälä Reviewed-by: Mario Kleiner Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed