From: Damien Lespiau Date: Wed, 25 Sep 2013 15:45:19 +0000 (+0100) Subject: drm: Move the GET_CAP macros next to the corresponding ioctl structure X-Git-Tag: v3.13-rc1~76^2~80^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99b57dbc09bfff57acd8a7c20f25dfa6cb892a5;p=pandora-kernel.git drm: Move the GET_CAP macros next to the corresponding ioctl structure It's a tiny bit more logical to find the different capabilities you can use with the GET_CAP ioctl next to the structure rather than putting them at the end of the file. v2: Tab align the litterals (David Herrmann) v3: Make it clearer that DRM_PRIME_CAP_EXPORT/IMPORT are flags of DRM_CAP_PRIME. v4: Rebase on top of latest bits (DRM_CAP_ASYNC_PAGE_FLIP was introduced) Reviewed-by: David Herrmann (for v2) Signed-off-by: Damien Lespiau Acked-by: Dave Airlie Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed