aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/host1x02.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-11-08 07:24:28 -0500
committerThierry Reding <treding@nvidia.com>2013-12-19 03:29:51 -0500
commit18b94f1cfbbb65cae3260d41c82149bc62b96e68 (patch)
treeecbbe4bf327e64ab1d2d28e445156ec834335cb7 /drivers/gpu/host1x/hw/host1x02.c
parentfae798a156f84d0d835b5d18480abbcad902fe0e (diff)
gpu: host1x: Use the correct HW headers for host1x02
An earlier patch added a subset of the required HW specific header files but didn't actually include the right ones when compiling for host1x02. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/hw/host1x02.c')
-rw-r--r--drivers/gpu/host1x/hw/host1x02.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/host1x/hw/host1x02.c b/drivers/gpu/host1x/hw/host1x02.c
index e98caca0ca42..928946c2144b 100644
--- a/drivers/gpu/host1x/hw/host1x02.c
+++ b/drivers/gpu/host1x/hw/host1x02.c
@@ -17,8 +17,8 @@
17 */ 17 */
18 18
19/* include hw specification */ 19/* include hw specification */
20#include "host1x01.h" 20#include "host1x02.h"
21#include "host1x01_hardware.h" 21#include "host1x02_hardware.h"
22 22
23/* include code */ 23/* include code */
24#include "cdma_hw.c" 24#include "cdma_hw.c"