diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-24 13:59:01 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 09:20:10 +0100 |
commit | e1e906448d2fc6f5a69e1967e00868f0cbfbb566 (patch) | |
tree | 7b28d7de7569a338f6d219b62edc9b14007411f4 /MAINTAINERS | |
parent | 3be8274341499cfc258eddda29f626d7be10dde5 (diff) | |
download | linux-e1e906448d2fc6f5a69e1967e00868f0cbfbb566.tar.bz2 |
gpu: host1x: Make host1x header file public
In preparation to support host1x clients other than DRM, move this
header into a public location.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 284969fa2896..89f347ae077f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2817,6 +2817,7 @@ L: linux-tegra@vger.kernel.org T: git git://anongit.freedesktop.org/tegra/linux.git S: Maintained F: drivers/gpu/host1x/ +F: include/linux/host1x.h F: include/uapi/drm/tegra_drm.h F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt |