diff options
| author | 2012-10-09 18:35:22 -0400 | |
|---|---|---|
| committer | 2012-10-09 18:35:22 -0400 | |
| commit | f474af7051212b4efc8267583fad9c4ebf33ccff (patch) | |
| tree | 1aa46ebc8065a341f247c2a2d9af2f624ad1d4f8 /include/drm/drm_buffer.h | |
| parent | nfsd4: don't allow reclaims of expired clients (diff) | |
| parent | UAPI: (Scripted) Disintegrate include/linux/sunrpc (diff) | |
nfs: disintegrate UAPI for nfs
This is to complete part of the Userspace API (UAPI) disintegration for which
the preparatory patches were pulled recently. After these patches, userspace
headers will be segregated into:
include/uapi/linux/.../foo.h
for the userspace interface stuff, and:
include/linux/.../foo.h
for the strictly kernel internal stuff.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/drm/drm_buffer.h')
| -rw-r--r-- | include/drm/drm_buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_buffer.h b/include/drm/drm_buffer.h index 322dbff3f861..c80d3a340b94 100644 --- a/include/drm/drm_buffer.h +++ b/include/drm/drm_buffer.h @@ -35,7 +35,7 @@ #ifndef _DRM_BUFFER_H_ #define _DRM_BUFFER_H_ -#include "drmP.h" +#include <drm/drmP.h> struct drm_buffer { int iterator; |
