diff options
author | skra <skra@FreeBSD.org> | 2016-02-22 09:02:20 +0000 |
---|---|---|
committer | skra <skra@FreeBSD.org> | 2016-02-22 09:02:20 +0000 |
commit | f4b6499ab587e531fac6a6bd8273de3a755eed65 (patch) | |
tree | 556a460f8cc515163546f02c872c1deb001fb20c /sys/dev/drm | |
parent | f934858b00eda7d7460269d213081d11998103d4 (diff) | |
download | FreeBSD-src-f4b6499ab587e531fac6a6bd8273de3a755eed65.zip FreeBSD-src-f4b6499ab587e531fac6a6bd8273de3a755eed65.tar.gz |
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
include it explicitly when <vm/pmap.h> is already included.
Reviewed by: alc, kib
Differential Revision: https://reviews.freebsd.org/D5373
Diffstat (limited to 'sys/dev/drm')
-rw-r--r-- | sys/dev/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h index dc7d804..33da6ff 100644 --- a/sys/dev/drm/drmP.h +++ b/sys/dev/drm/drmP.h @@ -76,7 +76,6 @@ struct drm_file; #include <vm/vm_param.h> #include <vm/vm_phys.h> #include <machine/param.h> -#include <machine/pmap.h> #include <machine/bus.h> #include <machine/resource.h> #if defined(__i386__) || defined(__amd64__) |