commit | 1d7f83d5ad6c30b385ba549c1c3a287cc872b7ae | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Feb 26 00:51:42 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Mar 26 18:14:18 2009 +0100 |
tree | 05c11fb255f01d4f81839204fd31f1283030b496 | |
parent | ccef7ab534347e2e1e1ef398d2ec987d37e519f3 [diff] |
make drm headers use strict integer types The drm headers are traditionally shared with BSD and could not use the strict linux integer types. This is over now, so we can use our own types now. Cc: David Airlie <airlied@linux.ie> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>