diff mbox

[libdrm,2/3] headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed

Message ID 20170403082720.13166-2-nhaehnle@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Nicolai Hähnle April 3, 2017, 8:27 a.m. UTC
From: Nicolai Hähnle <nicolai.haehnle@amd.com>

This was already done in commit 3dc002df3e5 ("amdgpu: sync amdgpu_drm.h
with kernel 4.11-rc2"), now update the README accordingly.

Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
---
 include/drm/README | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/include/drm/README b/include/drm/README
index f3cdf5d..870b0b5 100644
--- a/include/drm/README
+++ b/include/drm/README
@@ -89,24 +89,20 @@  have relative to their kernel equivalent.
 Nearly all headers:
  - Missing extern C notation.
 Status: Trivial.
 
 Most UMS headers:
  - Not using fixed size integers - compat ioctls are broken.
 Status: ?
 Promote to fixed size ints, which match the current (32bit) ones.
 
 
-amdgpu_drm.h
- - Using the stdint.h uint*_t over the respective __u* ones
-Status: Trivial.
-
 drm_mode.h
  - Missing DPI encode/connector pair.
 Status: Trivial.
 
 i915_drm.h
  - Missing PARAMS - HAS_POOLED_EU, MIN_EU_IN_POOL CONTEXT_PARAM_NO_ERROR_CAPTURE
 Status: Trivial.
 
 mga_drm.h
  - Typo fix, use struct over typedef.